GeographicSpatialReferenceSystem.DimensionsCount

GeographicSpatialReferenceSystem.DimensionsCount property

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

public abstract int DimensionsCount { get; }

See Also