This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPArealUnit Interface > IGPArealUnit.Units Property (ArcObjects .NET 10.4 SDK) |
Gets the type of areal unit.
[Visual Basic .NET] Public Property Units As esriAreaUnits
[C#] public esriAreaUnits Units {get; set;}
[C++]
HRESULT get_Units(
esriAreaUnits* pUnits
);
[C++]
HRESULT put_Units(
esriAreaUnits pUnits
);
[C++]
Parameters pUnits [out, retval]
pUnits is a parameter of type esriAreaUnits pUnits [in]
pUnits is a parameter of type esriAreaUnits