Click or drag to resize
Quantity Class
Represents a SI quantity such as length, time, area etc.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioQuantity

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class Quantity

The Quantity type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAcceleration
Gets the builtin quantity representing acceleration.
Public propertyActiveMeasuringUnit
Gets or sets the MeasuringUnit that is currently active on this Quantity.
Public propertyStatic memberAngle
Gets the builtin Quantity Angle.
Public propertyStatic memberAngularAcceleration
Gets the builtin quantity representing angular acceleration.
Public propertyStatic memberAngularElasticity
Gets the builtin quantity representing elasticity.
Public propertyStatic memberAngularVelocity
Gets the builtin quantity representing angular velocity.
Public propertyStatic memberArea
Gets the builtin quantity representing area.
Public propertyDisplayName Obsolete.
Gets the identifier string of the Quantity.
Public propertyStatic memberElasticity
Gets the builtin quantity representing elasticity.
Public propertyStatic memberEnergy
Gets the builtin quantity representing energy.
Public propertyStatic memberForce
Gets the builtin quantity representing force.
Public propertyStatic memberInertia
Gets the builtin quantity representing inertia.
Public propertyStatic memberLength
Gets the builtin Quantity Length.
Public propertyStatic memberMass
Gets the builtin quantity representing mass.
Public propertyMeasuringUnits
Gets a MeasuringUnitCollection object that represents all the measuring units that belongs to this Quantity.
Public propertyName
Gets the identifier string of the Quantity.
Public propertyStatic memberNone
Gets the builtin Quantity None.
Public propertyStatic memberPower
Gets the builtin quantity representing power.
Public propertyStatic memberPressure
Gets the builtin quantity representing pressure.
Public propertyStatic memberQuaternion
Gets the builtin quantity representing quaternion.
Public propertyStatic memberTime
Gets the builtin Quantity Time.
Public propertyStatic memberTorque
Gets the builtin quantity representing torque.
Public propertyStatic memberVelocity
Gets the builtin quantity representing velocity.
Public propertyStatic memberVolume
Gets the builtin quantity representing volume.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetBuiltinQuantity
Returns the Quantity corresponding to an element of the BuiltinQuantity enumeration.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventActiveMeasuringUnitChanged
Occurs when the active measuring unit of this quantity has changed.
Top
Version Information

Supported in: 1.0.0.0
See Also