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


ITOCGroup.Classes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITOCGroup Interface > ITOCGroup.Classes Property
ArcGIS Developer Help

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