Click or drag to resize
MeasuringUnitCollectionItem Property (Int32)
Gets the item at the specified identifier.

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

Parameters

index
Type: SystemInt32
The unique identifier of the item to get.

Property Value

Type: MeasuringUnit
The item at the specified identifier.
Exceptions
ExceptionCondition
ArgumentException The identifier value is not valid.
Version Information

Supported in: 1.0.0.0
See Also