Class MeasurePointValueType
Class for storing the value of a measurement.
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class MeasurePointValueType
Fields
| Edit this page View SourceValue
Contains the measurment value.
Declaration
public decimal Value
Field Value
| Type | Description |
|---|---|
| decimal |
id
ID attribute for the measurement point.
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| string |
linkMetadata
Attribute for the Link for the meta data.
Declaration
public string linkMetadata
Field Value
| Type | Description |
|---|---|
| string |
metadata
Metadata attribute for the measurement point.
Declaration
public string metadata
Field Value
| Type | Description |
|---|---|
| string |