Click or drag to resize
MeasuringUnitCollectionRemove Method
Remove a MeasuringUnit object from the MeasuringUnitCollection object.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public void Remove(
	MeasuringUnit unit
)

Parameters

unit
Type: ABB.Robotics.RobotStudioMeasuringUnit
The unit to be removed.
Exceptions
ExceptionCondition
ArgumentNullException The argument is not valid or the unit is builtin.
InvalidOperationException The unit is built in or has not been added to the collection.
Remarks
Units that are builtin cannot be removed. See property IsBuiltin.
Version Information

Supported in: 1.0.0.0
See Also