This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnoClass Interface > IAnnoClass.Symbol Property (ArcObjects .NET 10.5 SDK) |
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