MeasureValue class

MeasureValue class

Represents a measurement value with a specific type and numerical value.

The MeasureValue type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of MeasureValue

Properties

Property Description
measure_type Gets or sets the type of measurement.
value Gets or sets the numerical value of the measurement.
Value must be greater than 0.

See Also