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)
- Source:
- Crs.cs
Creates linked CRS in the Azure Cosmos DB service.
public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Microsoft.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)
- Source:
- Crs.cs
Creates linked CRS with the optional type specified in the Azure Cosmos DB service.
public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Microsoft.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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET