Click or drag to resize
IOSignalCollection Class
Represents a collection of IOSignals attached to a SmartComponent
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsIOSignalCollection

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 IOSignalCollection : ICollection, 
	IEnumerable, IEnumerable<IOSignal>

The IOSignalCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds an IOSignal to this IOSignalCollection object.
Public methodContains
Determines if the IOSignalCollection contains a specific name.
Public methodCopyTo(Array, Int32)
Public methodCopyTo(IOSignal, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that iterates over the keys in the IOSignalCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an IOSignal from this IOSignalCollection object.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventChanged
Raised when an item is added to or removed from the collection
Top
Version Information

Supported in: 1.0.0.0
See Also