Click or drag to resize
MeasuringUnitCollectionItem Property (String)
Gets the item with the specified name.

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

Parameters

name
Type: SystemString
The name the item to get.

Property Value

Type: MeasuringUnit
The item at the specified identifier.
Exceptions
ExceptionCondition
ArgumentException A unit with the specified name does not exists in the collection.
Version Information

Supported in: 1.0.0.0
See Also