Click or drag to resize
IOConnectionCollection Class
Represents a collection of IOConnection objects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsIOConnectionCollection

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 IOConnectionCollection : ICollection, 
	IEnumerable, IEnumerable<IOConnection>

The IOConnectionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection.
Public propertyIsSynchronized
Public propertyItem
Get the IOConnection at the specified index.
Public propertySyncRoot
Top
Methods
  NameDescription
Public methodAdd
Adds an IOConnection to the collection.
Public methodClear
Public methodContains
Returns true if the IOConnection exists in the collection.
Public methodCopyTo(Array, Int32)
Public methodCopyTo(IOConnection, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of an IOConnection in the collection.
Public methodInsert
Adds an IOConnection to the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an item from the collection.
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