This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleText Interface > IScaleText.Symbol Property (ArcObjects .NET 10.4 SDK) |
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