Click or drag to resize

ElementType Enumeration

Enumeration that defines the types of elements found in the body of a record.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public enum ElementType
View Source
Members
Member nameValueDescription
Collection1 Collection element. Represents a collection of elements.
Scalar2 Scalar element. Represents a single value.
Vector3 Vector element. Represents a collection of values.
See Also