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


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

IScaleText.Symbol Property

Symbol of the scale text.

[Visual Basic .NET]
Public Property Symbol As ITextSymbol
[C#]
public ITextSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  ITextSymbol* Symbol
);
[C++]
HRESULT put_Symbol(
  ITextSymbol** Symbol
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type ITextSymbol* Symbol [out, retval]
Symbol is a parameter of type ITextSymbol**

Product Availability

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

See Also

IScaleText Interface