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


IGPContainerSchema.AdditionalChildren Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPContainerSchema Interface > IGPContainerSchema.AdditionalChildren Property
ArcGIS Developer Help

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