Click or drag to resize

ElementTypeOfValue Property

Gets or sets the physical type of the value or values contained by the element.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public virtual PhysicalType TypeOfValue { get; set; }
View Source

Property Value

PhysicalType
Remarks
This determines the data type and size of the value or values. The value of this property is only relevant when TypeOfElement is either Scalar or Vector.
See Also