Click or drag to resize
RsInstructionDescriptionCollection Class
A collection of RsInstructionDescription objects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsRsInstructionDescriptionCollection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class RsInstructionDescriptionCollection : ICollection, 
	IEnumerable, IEnumerable<RsInstructionDescription>

The RsInstructionDescriptionCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds the supplied RsInstructionDescription to the collection.
Public methodClear
Removes all items from the collection.
Public methodContains(String)
Checks to see if a named item is contained by the collection.
Public methodContains(RsInstructionDescription)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(RsInstructionDescription, Int32)
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
Removes the supplied RsInstructionDescription from the collection.
Public methodToArray
Public methodToString (Inherited from Object.)
Public methodTryGetInstructionDescription
Gets the description with the specified name.
Top
Remarks
Case insensitive with regards to instruction name.
Version Information

Supported in: 1.0.0.0
See Also