Click or drag to resize
DataRecorderSourceCollection Class
Represents a collection of DataRecorderSourceBase objects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioDataRecorderSourceCollection

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class DataRecorderSourceCollection : ICollection<DataRecorderSourceBase>, 
	IEnumerable<DataRecorderSourceBase>, IEnumerable

The DataRecorderSourceCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of sources in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets the source with the specified identifier.
Top
Methods
  NameDescription
Public methodAdd
Adds a source to the collection.
Public methodClear
Removes all sources from the collection.
Public methodContains(String)
Gets if the collection contains a source with the specified identifier.
Public methodContains(DataRecorderSourceBase)
Gets if the collection contains a specific source.
Public methodCopyTo
Copies all sources in the collection to an array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Removes a source from the collection.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventDataRecorderSourceAdded
Occurs when a source has been added to the collection.
Public eventDataRecorderSourceRemoved
Occurs when a source has been removed from the collection.
Top
Version Information

Supported in: 1.0.0.0
See Also