Crs(CrsType) Constructor

Definition

Initializes a new instance of the Crs class in the Azure Cosmos DB service.

protected Crs (Microsoft.Azure.Cosmos.Spatial.CrsType type);
new Microsoft.Azure.Cosmos.Spatial.Crs : Microsoft.Azure.Cosmos.Spatial.CrsType -> Microsoft.Azure.Cosmos.Spatial.Crs
Protected Sub New (type As CrsType)

Parameters

type
CrsType

CRS type.

Applies to