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