Gets immediate children of this layer. Note that child layers may have their own children.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Layer[] GetChildren()
Public Function GetChildren As Layer()
Return Value
Type:
LayerArray of child layers. null if this layer does not have any children.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also