ArcObjects Library Reference (Geoprocessing)  

IGPContainerSchema.AdditionalChildren Property

Inidicates additional children for the children property.

[Visual Basic .NET]
Public Property AdditionalChildren As IArray
[C#]
public IArray AdditionalChildren {get; set;}
[C++]
HRESULT get_AdditionalChildren(
  IArray** Children
);
[C++]
HRESULT putref_AdditionalChildren(
  IArray* Children
);
[C++]

Parameters

Children [out, retval]

  Children is a parameter of type IArray

Children [in]

  Children is a parameter of type IArray

Product Availability

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

See Also

IGPContainerSchema Interface