P_Rhino_RhinoDoc_IsLocked - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.IsLocked 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) Version: Rhino 6.0

Syntax

C#

public bool IsLocked { get; }

VB

Public ReadOnly Property IsLocked As Boolean
	Get

Property Value

Type: Boolean

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️