ArcObjects Library Reference (Geoprocessing)  

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