OpenOptionsGetOpenWorksetsConfiguration Method |
Gets the object used to configure the worksets to open when the model is opened.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic WorksetConfiguration GetOpenWorksetsConfiguration()
Public Function GetOpenWorksetsConfiguration As WorksetConfiguration
public:
WorksetConfiguration^ GetOpenWorksetsConfiguration()
member GetOpenWorksetsConfiguration : unit -> WorksetConfiguration
Return Value
WorksetConfiguration
The options. If
, all user-created worksets will be opened.
See Also