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


IGPLinearUnit.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLinearUnit Interface > IGPLinearUnit.Units Property
ArcGIS Developer Help

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