OpenOptionsAllowOpeningLocalByWrongUser Property

Specifies whether a local file is allowed to be opened as read-only by a user other than its owner.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool AllowOpeningLocalByWrongUser { get; set; }

Property Value

Boolean
Remarks
The default is false. This option is ignored for central and non-workshared models.
See Also