Crs.Linked Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Linked(String) |
Creates linked CRS in the Azure Cosmos DB service. |
Linked(String, String) |
Creates linked CRS with the optional type specified in the Azure Cosmos DB service. |
Linked(String)
Creates linked CRS in the Azure Cosmos DB service.
public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String) As LinkedCrs
Parameters
- href
- String
CRS link.
Returns
Instance of Crs class.
Applies to
Linked(String, String)
Creates linked CRS with the optional type specified in the Azure Cosmos DB service.
public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String, type As String) As LinkedCrs
Parameters
- href
- String
CRS link.
- type
- String
CRS link type.
Returns
Instance of Crs class.
Applies to
Azure SDK for .NET