ArcObjects Library Reference (Carto)  

IAnnoClass.Symbol Property

The symbol associated with the given ID.

[Visual Basic .NET]
Public Function get_Symbol ( _
    ByVal SymbolID As Integer _
) As ISymbol
[C#]
public ISymbol get_Symbol (
    int SymbolID
);
[C++]
HRESULT get_Symbol(
  long SymbolID,
  ISymbol** Symbol
);
[C++]

Parameters

SymbolID [in]   SymbolID is a parameter of type long Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

IAnnoClass Interface