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


IAnnoClass.SymbolCollection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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