Revit 2025.3 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: 25.3.0.0 (25.3.0.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