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


IGPArealUnit.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 > IGPArealUnit Interface > IGPArealUnit.Units Property
ArcGIS Developer Help

IGPArealUnit.Units Property

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

Product Availability

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

See Also

IGPArealUnit Interface