AFValue.CreateSystemStateValue Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method will create an AFValue object with a system AFEnumerationValue
as its value with a Bad status.
Overload List
| Name | Description | |
|---|---|---|
| CreateSystemStateValue(AFSystemStateCode, AFTime) |
This method will create an AFValue object with a system AFEnumerationValue
as its value with a Bad status that is not associated with an AFAttribute.
| |
| CreateSystemStateValue(AFAttribute, AFSystemStateCode, AFTime) |
This method will create an AFValue object with a system AFEnumerationValue
as its value with a Bad status that is associated with an AFAttribute.
|