Click or drag to resize
SavedState Class
Represents a set of object states (such as property or signal values) for one or more ProjectObjects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioSavedState

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class SavedState

The SavedState type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets a description of this state.
Public propertyName
Gets the name of this state.
Public propertyTime
Gets the time when this state was created or updated.
Top
Methods
  NameDescription
Public methodCanRestore
Checks if the state can be restored at this time.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestoreAsync
Restores all states in this SavedState.
Public methodToString (Overrides ObjectToString.)
Top
Version Information

Supported in: 1.0.0.0
See Also