DataSet.GetChildObjects Methods
Gets the child objects of the current object.
Overload List
Name | Description | |
---|---|---|
Public method | GetChildObjects() | Gets the child objects of the current object. |
Public method | GetChildObjects(ChildObjectMode mode) | Gets the child objects of the current object using the specified mode. |
GetChildObjects()
Gets the child objects of the current object.Syntax
public EngineObjectCollection GetChildObjects ()
Return Value
All child objects of the current object.
Remarks
This method returns the same result as calling the GetChildObjects overload with AllLevels.
GetChildObjects(ChildObjectMode mode)
Gets the child objects of the current object using the specified mode.Syntax
public EngineObjectCollection GetChildObjects (
ChildObjectMode mode
)
Parameters
Specifies whether only the top level child objects or all child objects are returned.
Return Value
The child objects specified by mode.
Remarks
This method will only return other datasets that are children of a DataSetSet, CoverageDataSet or DensityDataSet.
Platforms
Windows, Linux, Android