Click or drag to resize
SavedStateCollection Class
Represents a collection of SavedState objects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioSavedStateCollection

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class SavedStateCollection : IEnumerable<SavedState>, 
	IEnumerable

The SavedStateCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets a SavedState by name.
Top
Methods
  NameDescription
Public methodAdd
ABB internal use
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)
Removes a SavedState specified by name from the collection.
Public methodRemove(SavedState)
Removes a SavedState from the collection.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also