GeoNearPointLegacy Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public Legacy(
XYPoint value
)
Public Sub New (
value As XYPoint
)
new :
value : XYPoint -> Legacy
Parameters
- value
- Type: MongoDB.DriverXYPoint
The value.
See Also