AFElement.FindElementsByTemplate Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves a collection of AFElement objects that are instantiated from the specified
AFElementTemplate.
Overload List
| Name | Description | |
|---|---|---|
| FindElementsByTemplate(AFDatabase, AFObject, AFElementTemplate, Boolean, AFSortField, AFSortOrder, Int32) |
Retrieves a non-paged collection of AFElement objects that are instantiated from the specified
AFElementTemplate.
| |
| FindElementsByTemplate(AFDatabase, AFObject, AFElementTemplate, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32) |
Retrieves a paged collection of AFElement objects that are instantiated from the specified
AFElementTemplate.
|