com.esri.arcgis.carto
Interface ITOCGroup

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITOCGroupProxy

public interface ITOCGroup
extends Serializable

Provides access to the TOC Group interface.

Product Availability

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


Method Summary
 IArray getClasses()
          The group classes.
 String getHeading()
          The group heading.
 

Method Detail

getHeading

String getHeading()
                  throws IOException,
                         AutomationException
The group heading.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The heading
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClasses

IArray getClasses()
                  throws IOException,
                         AutomationException
The group classes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.