This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLinearUnit Interface > IGPLinearUnit.Units Property (ArcObjects .NET 10.5 SDK) |
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