ArcObjects Library Reference (Carto)  

IScaleBar2.UnitLabel Property

The unit label.

[Visual Basic .NET]
Public Property UnitLabel As String
[C#]
public string UnitLabel {get; set;}
[C++]
HRESULT get_UnitLabel(
  BSTR* UnitLabel
);
[C++]
HRESULT put_UnitLabel(
  BSTR UnitLabel
);
[C++]

Parameters

UnitLabel [out, retval]   UnitLabel is a parameter of type BSTR UnitLabel [in]   UnitLabel is a parameter of type BSTR

Product Availability

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

See Also

IScaleBar2 Interface