AFValue.CreateSystemStateValue Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|