View.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
Only objects of types Layer, Operator, Visualizer, DataSet, Effect, Overlay and Propagation are returned by this method. If you need to locate some other object, for instance a Query, use this method to find the ReadOperator instead, and get the Query from there.
Platforms
Windows, Linux, Android