Revit 2026 API
Open |
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: 26.0.4.0 (26.0.4.0)
Syntax
public bool AllowOpeningLocalByWrongUser { get; set; }
Public Property AllowOpeningLocalByWrongUser As Boolean Get Set
public: property bool AllowOpeningLocalByWrongUser { bool get (); void set (bool value); }
member AllowOpeningLocalByWrongUser : bool with get, set
Property Value
Boolean
The default is false. This option is ignored for central and non-workshared models.
See Also