GeoJsonLinkedCoordinateReferenceSystem Constructor (String) |
Namespace: MongoDB.Driver.GeoJsonObjectModelAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax public GeoJsonLinkedCoordinateReferenceSystem(
string href
)
Public Sub New (
href As String
)
new :
href : string -> GeoJsonLinkedCoordinateReferenceSystem
Parameters
- href
- Type: SystemString
The href.
See Also