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


ICoverageAnnotationLayer2.TextSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICoverageAnnotationLayer2.TextSymbol Property

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

Product Availability

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

See Also

ICoverageAnnotationLayer2 Interface