PIPoint.FindPIPoints Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Find a list of PIPoint objects.
Overload List
| Name | Description | |
|---|---|---|
| FindPIPoints(PIServer, IEnumerablePIPointQuery, IEnumerableString) |
Find an enumerable list of PIPoint objects that match the specified query filter conditions.
| |
| FindPIPoints(PIServer, IEnumerableInt32, IEnumerableString) |
Finds a list of PIPoint objects from the specified point ids.
| |
| FindPIPoints(PIServer, IEnumerableString, IEnumerableString) |
Find a list of PIPoint objects from a specified list of point names.
| |
| FindPIPoints(PIServer, IListIEnumerablePIPointQuery, IEnumerableString) |
Find an enumerable list of PIPoint objects that match the specified list of
query filter conditions ORed together.
| |
| FindPIPoints(PIServer, String, String, IEnumerableString) |
Find an enumerable list of PIPoint objects from a point name and point source filter.
| |
| FindPIPoints(PIServer, String, Boolean, IEnumerableString, AFSearchTextOption) |
Find an enumerable list of PIPoint objects that match the specified query string.
|
See Also
In This Topic
Related Links
- FindPIPoints Method (PIServer, IEnumerable(PIPointQuery), IEnumerable(String))
- FindPIPoints Method (PIServer, IEnumerable(Int32), IEnumerable(String))
- FindPIPoints Method (PIServer, IEnumerable(String), IEnumerable(String))
- FindPIPoints Method (PIServer, IList(IEnumerable(PIPointQuery)), IEnumerable(String))
- FindPIPoints Method (PIServer, String, String, IEnumerable(String))
- FindPIPoints Method (PIServer, String, Boolean, IEnumerable(String), AFSearchTextOption)