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


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

IAnnoClassAdmin2.SymbolCollection Property

The symbol collection.

[Visual Basic .NET]
Public WriteOnly Property SymbolCollection
[C#]
public void SymbolCollection {set;}
[C++]
HRESULT putref_SymbolCollection(
  ISymbolCollection* 
);
[C++]
Parameters
 [in]

is a parameter of type ISymbolCollection*

Product Availability

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

See Also

IAnnoClassAdmin2 Interface