Revit 2025 API
Workset |
Whether the workset is the default one.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsDefaultWorkset { get; }
Public ReadOnly Property IsDefaultWorkset As Boolean Get
public: property bool IsDefaultWorkset { bool get (); }
member IsDefaultWorkset : bool with get
Property Value
BooleanSee Also