ArcObjects Library Reference (Geoprocessing)  

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