AFAnalysis.FindAnalysesByGroupID Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves a collection of AFAnalysis objects for the specified group identifier.
AFAnalysisTemplate.
Overload List
| Name | Description | |
|---|---|---|
| FindAnalysesByGroupID(AFDatabase, Int16, AFSortField, AFSortOrder, Int32) | Obsolete.
Performs a non-paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects with the specified group identifier.
| |
| FindAnalysesByGroupID(PISystem, Int16, AFSortField, AFSortOrder, Int32) | Obsolete.
Performs a non-paged search to retrieve a collection of all AFAnalysis objects
in the specified PISystem with the specified group identifier.
| |
| FindAnalysesByGroupID(AFDatabase, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects with the specified group identifier.
| |
| FindAnalysesByGroupID(PISystem, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Performs a paged search to retrieve a collection of all AFAnalysis objects
in the specified PISystem with the specified group identifier.
|
See Also
In This Topic
Related Links
- FindAnalysesByGroupID Method (AFDatabase, Int16, AFSortField, AFSortOrder, Int32)
- FindAnalysesByGroupID Method (PISystem, Int16, AFSortField, AFSortOrder, Int32)
- FindAnalysesByGroupID Method (AFDatabase, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindAnalysesByGroupID Method (PISystem, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32)