Click or drag to resize

LayerIsChildOf Method (Layer)

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsChildOf(
	Layer otherLayer
)

Parameters

otherLayer
Type: Rhino.DocObjectsLayer

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

Return Value

Type: Boolean

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

See Also