This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem.CoordinateUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem Interface > IProjectedCoordinateSystem.CoordinateUnit Property
ArcGIS Developer Help

IProjectedCoordinateSystem.CoordinateUnit Property

The linear unit of a projected coordinate system.

[Visual Basic .NET]
Public ReadOnly Property CoordinateUnit As ILinearUnit
[C#]
public ILinearUnit CoordinateUnit {get;}
[C++]
HRESULT get_CoordinateUnit(
  ILinearUnit** Unit
);
[C++]
Parameters
Unit [out, retval]

Unit is a parameter of type ILinearUnit**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem Interface