Share

WorksetConfigurationOption Enumeration

A collection of options used to initialize a WorksetConfiguration.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum WorksetConfigurationOption

Members

Member nameValueDescription
CloseAllWorksets1 Close all user-created worksets by default. Additional close requests will be ignored for this type of configuration.
OpenAllWorksets0 Open all user-created worksets by default. Additional open requests will be ignored for this type of configuration.
OpenLastViewed2 Close all user-created worksets by default, but open last viewed worksets.

See Also

Reference

Was this information helpful?