ArcObjects Library Reference (Geoprocessing)  

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