This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer2 Interface > ICoverageAnnotationLayer2.TextSymbol Property (ArcObjects .NET 10.5 SDK) |
The text symbol for the specified symbol number.
[Visual Basic .NET] Public Function get_TextSymbol ( _ ByVal SymbolNumber As Integer _ ) As ITextSymbol
[Visual Basic .NET] Public Sub set_TextSymbol ( _ ByVal SymbolNumber As Integer, _ ByVal Symbol As ITextSymbol _ )
[C#] public ITextSymbol get_TextSymbol ( int SymbolNumber );
[C#] public void set_TextSymbol ( int SymbolNumber, ITextSymbol Symbol );
[C++]
HRESULT get_TextSymbol(
long SymbolNumber,
ITextSymbol** Symbol
);
[C++]
HRESULT putref_TextSymbol(
long SymbolNumber,
ITextSymbol* Symbol
);
[C++]
Parameters SymbolNumber [in] SymbolNumber is a parameter of type long Symbol [out, retval]
Symbol is a parameter of type ITextSymbol SymbolNumber [in] SymbolNumber is a parameter of type long Symbol [in]
Symbol is a parameter of type ITextSymbol