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


IScaleBar2.UnitLabel 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.UnitLabel Property
ArcGIS Developer Help

IScaleBar2.UnitLabel Property

The unit label.

[Visual Basic .NET]
Public Property UnitLabel As String
[C#]
public string UnitLabel {get; set;}
[C++]
HRESULT get_UnitLabel(
  System.String* 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