Layer.GetPersistentLocking Method

LayerGetPersistentLocking Method

The persistent locking setting is used for layers that can be locked by a "parent" object. A common case is when a layer is a child layer (Layer.ParentI is not nil). In this case, when a parent layer is locked, then child layers are also locked. The persistent locking setting determines what happens when the parent is unlocked again.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Layer.GetPersistentLocking"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also