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


IGPLinearUnit.Units Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPLinearUnit.Units Property

Gets the type of linear unit.

[Visual Basic .NET]
Public Property Units As esriUnits
[C#]
public esriUnits Units {get; set;}
[C++]
HRESULT get_Units(
  esriUnits* pUnits
);
[C++]
HRESULT put_Units(
  esriUnits pUnits
);
[C++]

Parameters pUnits [out, retval]
pUnits is a parameter of type esriUnits pUnits [in]
pUnits is a parameter of type esriUnits

Product Availability

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

See Also

IGPLinearUnit Interface