Layer.IsParentOf Method (Guid)

LayerIsParentOf Method (Guid)

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

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

Parameters

otherLayer
Type: SystemGuid

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

Return Value

Type: Boolean

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also