Layer.IsParentOf Method (Layer)

LayerIsParentOf Method (Layer)

[Missing <summary> documentation for "M:Rhino.DocObjects.Layer.IsParentOf(Rhino.DocObjects.Layer)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsParentOf(
	Layer otherLayer
)
Public Function IsParentOf ( 
	otherLayer As Layer
) As Boolean

Parameters

otherLayer
Type: Rhino.DocObjectsLayer

[Missing <param name="otherLayer"/> documentation for "M:Rhino.DocObjects.Layer.IsParentOf(Rhino.DocObjects.Layer)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Layer.IsParentOf(Rhino.DocObjects.Layer)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also