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


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

IScaleBar2.UnitLabelSymbol Property

Unit label symbol.

[Visual Basic .NET]
Public Property UnitLabelSymbol As ITextSymbol
[C#]
public ITextSymbol UnitLabelSymbol {get; set;}
[C++]
HRESULT get_UnitLabelSymbol(
  ITextSymbol** Symbol
);
[C++]
HRESULT put_UnitLabelSymbol(
  ITextSymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]

Symbol is a parameter of type ITextSymbol** Symbol [in]
Symbol is a parameter of type ITextSymbol*

Product Availability

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

See Also

IScaleBar2 Interface