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


IScaleText2.Symbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleText2.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 [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

IScaleText2 Interface