ArcObjects Library Reference (GeoDatabase)  

IDataElement.Children Property

The list of sub-elements.

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

Parameters

DataElements [out, retval]

  DataElements is a parameter of type IArray

DataElements [in]

  DataElements is a parameter of type IArray

Product Availability

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

See Also

IDataElement Interface