SpatialReferenceSystem.GetUnit

SpatialReferenceSystem.GetUnit method

Get Unit of dimension.

public abstract Unit GetUnit(int dimension)
ParameterTypeDescription
dimensionInt32Number of dimension.

Return Value

Unit of dimension.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptiondimension is less then 0 or greater or equals to DimensionsCount

See Also