AFElement.GetParents Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves a collection of AFElement objects that reference this element.
Overload List
| Name | Description | |
|---|---|---|
| GetParents(AFSortField, AFSortOrder, Int32) |
Retrieves a non-paged collection of AFElement objects that reference this element.
| |
| GetParents(AFCategory, AFSortField, AFSortOrder, Int32) |
Retrieves a non-paged collection of AFElement objects that reference this element
using the specified AFCategory.
| |
| GetParents(AFReferenceType, AFSortField, AFSortOrder, Int32) |
Retrieves a non-paged collection of AFElement objects that reference this element
using the specified AFReferenceType.
| |
| GetParents(AFSortField, AFSortOrder, Int32, Int32, Int32) |
Retrieves a paged collection of AFElement objects that reference this element.
| |
| GetParents(AFCategory, AFSortField, AFSortOrder, Int32, Int32, Int32) |
Retrieves a paged collection of AFElement objects that reference this element
using the specified AFCategory.
| |
| GetParents(AFReferenceType, AFSortField, AFSortOrder, Int32, Int32, Int32) |
Retrieves a paged collection of AFElement objects that reference this element
using the specified AFReferenceType.
|
See Also
In This Topic
Related Links
- GetParents Method (AFSortField, AFSortOrder, Int32)
- GetParents Method (AFCategory, AFSortField, AFSortOrder, Int32)
- GetParents Method (AFReferenceType, AFSortField, AFSortOrder, Int32)
- GetParents Method (AFSortField, AFSortOrder, Int32, Int32, Int32)
- GetParents Method (AFCategory, AFSortField, AFSortOrder, Int32, Int32, Int32)
- GetParents Method (AFReferenceType, AFSortField, AFSortOrder, Int32, Int32, Int32)