WorksetPreview.IsDefaultWorkset Property

WorksetPreviewIsDefaultWorkset Property

Whether the workset is the default one.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

Boolean
See Also