Click or drag to resize

GeoNearOptionsDocument Constructor (BsonElement)

Note: This API is now obsolete.

Initializes a new instance of the GeoNearOptionsDocument class and adds one or more elements.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
[ObsoleteAttribute("Use GeoNearOptionsDocument<IEnumerable<BsonElement> elements) instead.")]
public GeoNearOptionsDocument(
	params BsonElement[] elements
)

Parameters

elements
Type: MongoDB.BsonBsonElement
One or more elements to add to the document.
See Also