Workset.IsVisibleByDefault Property

WorksetIsVisibleByDefault Property

Whether the workset is visible by default.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsVisibleByDefault { get; }
Public ReadOnly Property IsVisibleByDefault As Boolean
	Get
public:
property bool IsVisibleByDefault {
	bool get ();
}
member IsVisibleByDefault : bool with get

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException WorksetDefaultVisibilitySettings is not applicable to family documents.
See Also