<Code Lib>
2027 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 DeleteAllElements Delete a workset together with all the elements in this workset.
E MoveElementsToWorkset Delete a workset, while moving the elements from the deleted workset to another workset.

Loading…