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


IGPCompositeLayer.Children Property (ArcObjects .NET 10.5 SDK)
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