ProjectedSpatialReferenceSystem.DimensionsCount

ProjectedSpatialReferenceSystem.DimensionsCount property

Returns dimensions count in this SRS. For projected SRS this can be: two - if this is single projected SRS. three - if this is compound SRS, which consists of single, two dimensional, projected SRS and vertical SRS, that adds third dimension.

public abstract int DimensionsCount { get; }

See Also