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


ITOCGroup.Classes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITOCGroup.Classes Property

The group classes.

[Visual Basic .NET]
Public ReadOnly Property Classes As IArray
[C#]
public IArray Classes {get;}
[C++]
HRESULT get_Classes(
  IArray** tocClasses
);
[C++]

Parameters tocClasses [out, retval]
tocClasses is a parameter of type IArray

Product Availability

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

See Also

ITOCGroup Interface