HistorianDataType Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
Represents a historian tag data type.
'Declaration
Public Enum HistorianDataType
Inherits System.Enum
'Usage
Dim instance As HistorianDataType
public enum HistorianDataType : System.Enum
public enum class HistorianDataType : public System.Enum
| Member | Description |
|---|---|
| Double | Double. Used for analog tags. Reserved for future use. |
| DoubleByteString | Unicode string. Used for string tags. |
| Event | Event. Used for events. |
| Float | Floating point. Used for analog tags. |
| Int1 | Signed 1-byte integer. Used for discrete tags. |
| Int2 | Signed 2-byte integer. Used for analog tags. Equivalent to short. |
| Int4 | Signed 4-byte integer. Used for analog tags. Equivalent to int. |
| SingleByteString | ASCII string. Used for string tags. |
| Structure | Structure tag. Used for summary tags. |
| UInt2 | Unsigned 2-byte integer. Used for analog tags. Equivalent to unsigned short. |
| UInt4 | Unsigned 4-byte integer. Used for analog tags. Equivalent to unsigned int. |
System.Object
System.ValueType
System.Enum
ArchestrA.HistorianDataType