Layer.SetPersistentLocking Method

LayerSetPersistentLocking Method

Set the persistent locking setting for this layer

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetPersistentLocking(
	bool persistentLocking
)
Public Sub SetPersistentLocking ( 
	persistentLocking As Boolean
)

Parameters

persistentLocking
Type: SystemBoolean

[Missing <param name="persistentLocking"/> documentation for "M:Rhino.DocObjects.Layer.SetPersistentLocking(System.Boolean)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also