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


IWorkspaceDefinition.Children Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceDefinition.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

IWorkspaceDefinition Interface