Click or drag to resize
MeasuringUnitCollection Class
Represents a collection of measuring units.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioMeasuringUnitCollection

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

The MeasuringUnitCollection type exposes the following members.

Constructors
  NameDescription
Public methodMeasuringUnitCollection
ABB internal use.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in the MeasuringUnitCollection object.
Public propertyIsSynchronized
Gets a value indicating whether access to the MeasuringUnitCollection is synchronized (thread safe).
Public propertyItemInt32
Gets the item at the specified identifier.
Public propertyItemString
Gets the item with the specified name.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the MeasuringUnitCollection.
Top
Methods
  NameDescription
Public methodAdd
Adds a MeasuringUnit object to the MeasuringUnitCollection object.
Public methodCopyTo(Array, Int32)
Copies all items in the collection to an array.
Public methodCopyTo(MeasuringUnit, Int32)
Copies all items in the collection to an array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can be used to iterate over the MeasuringUnitCollection object.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Remove a MeasuringUnit object from the MeasuringUnitCollection object.
Public methodToArray
Copies the MeasuringUnitCollection elements to a new array.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also