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


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

IGPCompositeLayer.Children Property

Returns the array of layers.

[Visual Basic .NET]
Public ReadOnly Property Children As IArray
[C#]
public IArray Children {get;}
[C++]
HRESULT get_Children(
  IArray** ppChildren
);
[C++]
Parameters
ppChildren [out, retval]

ppChildren is a parameter of type IArray**

Product Availability

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

See Also

IGPCompositeLayer Interface