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


IAnnoClass.SymbolCollection 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.SymbolCollection Property
ArcGIS Developer Help

IAnnoClass.SymbolCollection Property

The symbol collection.

[Visual Basic .NET]
Public ReadOnly Property SymbolCollection As ISymbolCollection
[C#]
public ISymbolCollection SymbolCollection {get;}
[C++]
HRESULT get_SymbolCollection(
  ISymbolCollection** ppSymbolColl
);
[C++]
Parameters
ppSymbolColl [out, retval]

ppSymbolColl is a parameter of type ISymbolCollection**

Product Availability

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

See Also

IAnnoClass Interface