AFValue Constructor
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFValue class.
Overload List
| Name | Description | |
|---|---|---|
| AFValue |
This is the default constructor which creates a new AFValue
object with default values for its properties.
| |
| AFValue(Object) |
This is the constructor for an AFValue object which specifies
the value and uses defaults for all the other properties.
| |
| AFValue(AFValue) |
This is the copy constructor which creates a new AFValue
object with the same values as the specified AFValue object.
| |
| AFValue(Object, AFTime) |
This is the constructor for an AFValue object which specifies
the value and timestamp and uses defaults for all the other properties.
| |
| AFValue(Object, UOM) |
This is the constructor for an AFValue object which specifies
the value and unit of measure and uses defaults for all the other properties.
| |
| AFValue(Object, AFTime, UOM) |
This is the constructor for an AFValue object which specifies
the value, timestamp, and unit of measure and uses defaults for all the other properties.
| |
| AFValue(AFAttribute, Object, AFTime) | ||
| AFValue(Object, AFTime, UOM, AFValueStatus) |
This is the constructor for an AFValue object which specifies
all the properties.
| |
| AFValue(AFAttribute, Object, AFTime, UOM) | ||
| AFValue(AFAttribute, Object, AFTime, UOM, AFValueStatus) |
See Also
In This Topic
Related Links
- AFValue Constructor
- AFValue Constructor (Object)
- AFValue Constructor (AFValue)
- AFValue Constructor (Object, AFTime)
- AFValue Constructor (Object, UOM)
- AFValue Constructor (Object, AFTime, UOM)
- AFValue Constructor (AFAttribute, Object, AFTime)
- AFValue Constructor (Object, AFTime, UOM, AFValueStatus)
- AFValue Constructor (AFAttribute, Object, AFTime, UOM)
- AFValue Constructor (AFAttribute, Object, AFTime, UOM, AFValueStatus)