Share

DeleteWorksetOption Enumeration

This class defines an enumerative type used to specify the option to delete a workset.


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

Syntax

C#

public enum DeleteWorksetOption

Members

Member nameValueDescription
DeleteAllElements1 Delete a workset together with all the elements in this workset.
MoveElementsToWorkset0 Delete a workset, while moving the elements from the deleted workset to another workset.

See Also

Reference

Was this information helpful?