AFCase.AddInput Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Adds an attribute value to the result set.
Overload List
| Name | Description | |
|---|---|---|
| AddInput(AFAttribute) |
Adds an attribute and its value at the time of the case to the result set.
| |
| AddInput(AFAttribute, AFValue) |
Adds an attribute and a specified AFValue to the result set.
| |
| AddInput(AFAttribute, AFValue, UOM) | Obsolete.
Adds an attribute and a specified value to the result set.
| |
| AddInput(AFAttribute, Object, UOM) |
Adds an attribute and a specified value to the result set.
|