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


IScaleBar2.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar2 Interface > IScaleBar2.Units Property
ArcGIS Developer Help

IScaleBar2.Units Property

The units reported.

[Visual Basic .NET]
Public Property Units As esriUnits
[C#]
public esriUnits Units {get; set;}
[C++]
HRESULT get_Units(
  esriUnits* Units
);
[C++]
HRESULT put_Units(
  esriUnits Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriUnits* Units [in]
Units is a parameter of type esriUnits

Product Availability

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

See Also

IScaleBar2 Interface