RhinoDoc.IsLocked Property

RhinoDocIsLocked Property

Check to see if the file associated with this document is locked. If it is locked then this is the only document that will be able to write the file. Other instances of Rhino will fail to write this document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
	Get

Property Value

Type: Boolean
See Also