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


IAnnoClass.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnoClass Interface > IAnnoClass.Symbol Property
ArcGIS Developer Help

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