com.esri.arcgis.geoprocessing
Interface IGPContainerSchema

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPContainerSchema

public interface IGPContainerSchema
extends Serializable

Provides access to the properties/methods of a geoprocessing container schema object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IArray getAdditionalChildren()
          Inidicates additional children for the children property.
 void setAdditionalChildrenByRef(IArray children)
          Inidicates additional children for the children property.
 

Method Detail

getAdditionalChildren

IArray getAdditionalChildren()
                             throws IOException,
                                    AutomationException
Inidicates additional children for the children property.

Product Availability

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

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.

setAdditionalChildrenByRef

void setAdditionalChildrenByRef(IArray children)
                                throws IOException,
                                       AutomationException
Inidicates additional children for the children property.

Product Availability

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

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