com.esri.arcgis.catalog
Interface IGxObjectContainer2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxRasterDataset

public interface IGxObjectContainer2
extends Serializable

Provides access to members that manage child GxObjects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void searchChildren(String name, IGxObjectArray[] objectArray)
          An search of the child objects.
 

Method Detail

searchChildren

void searchChildren(String name,
                    IGxObjectArray[] objectArray)
                    throws IOException,
                           AutomationException
An search of the child objects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
name - The name (in)
objectArray - A reference to a com.esri.arcgis.catalog.IGxObjectArray (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.