DataSet.FindChildObject Methods
Finds the child object with the specified name.
Overload List
Name | Description | |
---|---|---|
Public method | FindChildObject(System.String name) | Finds the child object with the specified name. |
Public method | FindChildObject(System.String name, ChildObjectMode mode) | Finds the child object with the specified name and search mode. |
FindChildObject(System.String name)
Finds the child object with the specified name.Syntax
public EngineObject FindChildObject (
System.String name
)
Parameters
The name of the object we want to find.
Return Value
The child object with the specified name or a null reference if a match is not found.
Remarks
This method returns the same result as calling the FindChildObject overload with AllLevels.
FindChildObject(System.String name, ChildObjectMode mode)
Finds the child object with the specified name and search mode.Syntax
public EngineObject FindChildObject (
System.String name,
ChildObjectMode mode
)
Parameters
The name of the object we want to find.
Specifies whether only the top level child objects are searched or all levels.
Return Value
The child object with the specified name or a null reference if a match is not found.
Remarks
This method will only find datasets that are children of a DataSetSet, CoverageDataSet or DensityDataSet.
Platforms
Windows, Linux, Android