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)
Since: 5.5
Syntax public bool GetPersistentLocking()
Public Function GetPersistentLocking As Boolean
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.DocObjects.Layer.GetPersistentLocking"]
See Also