Class MeasureType
Class for storing some kind of measurement.
Inheritance
MeasureType
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class MeasureType : ComplexObjectType
Fields
| Edit this page View SourceItem
Contains the value of the measurement. Use the Value member of the MeasurePointValueType.
Declaration
public MeasurePointValueType Item
Field Value
Type | Description |
---|---|
MeasurePointValueType |
MeasureUnitText
The Value of this TextType member contains the units of the measurement as a string. For example "MPH" or "kilograms".
Declaration
public TextType MeasureUnitText
Field Value
Type | Description |
---|---|
TextType |