ChildObjectMode Enumeration
Specifies whether to return only the child objects of the current object, or the child objects of the current object and all descendant objects.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ChildObjectMode
Values
Value name | Value | Description |
---|---|---|
TopLevel | 0 | Includes only the child objects of the current object. |
AllLevels | 1 | Includes the child object of the current object and all descendant objects. |
Remarks
Values of this type are used to limit which objects View.GetChildObjects, Layer.GetChildObjects, Operator.GetChildObjects, Visualizer.GetChildObjects and DataSet.GetChildObjects return.
Platforms
Windows, Linux, Android