<Code Lib>
2025 Enumeration
Changes 3
E

DeleteWorksetOption

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

public enum DeleteWorksetOption

Name Description
E MoveElementsToWorkset Delete a workset, while moving the elements from the deleted workset to another workset.
E DeleteAllElements Delete a workset together with all the elements in this workset.

Loading…