Click or drag to resize
DataRecorderSourceCollectionItem Property
Gets the source with the specified identifier.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public DataRecorderSourceBase this[
	string id
] { get; }

Parameters

id
Type: SystemString
The identifier of the item to get.

Property Value

Type: DataRecorderSourceBase
Version Information

Supported in: 1.0.0.0
See Also