Click or drag to resize
CancelUndoStepType Enumeration
Specifies how to cancel an undo step.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public enum CancelUndoStepType
Members
  Member nameValueDescription
Clear0 The undo queue is cleared, but the changes in the undo step are retained.
Rollback1 All changes in the undostep are discarded.
Version Information

Supported in: 1.0.0.0
See Also