ArcObjects Library Reference (Carto)  

ICoverageAnnotationLayer.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

ICoverageAnnotationLayer Interface