AFResult Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Adjustments |
Gets the collection of AFAdjustments that are associated with
this AFResult that keep track of all the changes to attribute result
values used during an analysis.
| |
| Attribute |
This read-only property returns the attribute of an element, the
value of which is represented by this result.
| |
| Case |
This read-only property returns the case that owns this object.
| |
| Database |
This read-only property returns the AFDatabase where this object is defined.
| |
| ID |
Read-only property that provides a unique identifier for the object to be used for
quick access that is not dependent upon the index.
(Inherited from AFObject.) | |
| Identity |
This read-only property contains identity of the object.
(Inherited from AFObject.) | |
| IsAdjusted |
This property indicates whether the result for the case run has been adjusted.
| |
| IsDeleted |
This read-only property indicates whether the object has been deleted.
(Inherited from AFObject.) | |
| IsOutput |
This property indicates whether the result for the case run is an output value.
| |
| Name |
The read-only property returns the name of the elements and attributes
of this result.
| |
| PISystem |
This read-only property allows access to the PISystem associated with this
object.
(Inherited from AFObject.) | |
| UniqueID |
Read-only property that provides the object's ID as a String.
(Inherited from AFObject.) | |
| Value |
This read-only property represents the result value of the case for
the element's attribute.
|