AFElement.FindElementsByCategory Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves a collection of AFElement objects that have the specified AFCategory
defined for the element.
Overload List
| Name | Description | |
|---|---|---|
| FindElementsByCategory(AFDatabase, AFElement, AFCategory, Boolean, AFSortField, AFSortOrder, Int32) | Obsolete.
Retrieves a non-paged collection of AFElement objects that have the specified AFCategory
defined for the element.
| |
| FindElementsByCategory(AFDatabase, AFElement, AFCategory, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Retrieves a paged collection of AFElement objects that have the specified AFCategory
defined for the element.
|