Revit 2026 API
WorksetIs |
Whether the workset is editable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEditable { get; }
Public ReadOnly Property IsEditable As Boolean Get
public: property bool IsEditable { bool get (); }
member IsEditable : bool with get
Property Value
Boolean
The workset is editable if owned by current user.
See Also