Gets immediate children of this layer. Note that child layers may have their own children.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Layer[] GetChildren()
Public Function GetChildren As Layer()
Return Value
Type:
LayerArray of child layers, sorted by layer index, or null if this layer does not have any children.
See Also