AFResults Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFResults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Case |
This property returns the AFCase object which owns the
result.
| |
| Count |
Gets the number of items actually contained in the collection.
(Inherited from AFCollectionT.) | |
| CountInputs |
Returns the number of inputs contained in the collection of results.
| |
| CountInputsBad |
Returns the number of inputs with bad status values contained in the collection of results.
| |
| CountOutputs |
Returns the number of outputs contained in the collection of results.
| |
| CountOutputsBad |
Returns the number of outputs with bad status values contained in the collection of results.
| |
| Database |
This read-only property returns the AFDatabase where this object is defined.
| |
| Identity |
This read-only property contains identity of the object.
(Inherited from AFCollection.) | |
| IsDeleted |
This read-only property indicates whether the owner of the collection has been deleted.
(Inherited from AFCollection.) | |
| ItemGuid | Returns the item in the collection associated with the passed in ID. (Inherited from AFCollectionT.) | |
| ItemInt32 | Returns the item located at the passed in index. (Inherited from AFCollectionT.) | |
| ItemAFAttribute |
This property returns the specified object from the collection by AFAttribute.
| |
| ItemIdentity |
This read-only property specifies the identity of the objects within the collection.
(Inherited from AFCollection.) | |
| PISystem |
This read-only property allows access to the PISystem
associated with this collection.
(Inherited from AFCollection.) |