Click or drag to resize
ProjectUndoContext Property
Gets an object giving access to the undo system for the project. which gives information about selected objects and makes it possible to select objects.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static UndoContext UndoContext { get; }

Property Value

Type: UndoContext
A UndoContext objcet giving access to the undo system for the project. It gives access to the state based undo support that is built in to all objects deriving from ProjectObject.
Version Information

Supported in: 1.0.0.0
See Also