PIPointList Constructor (IEnumerable(PIPoint))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of PIPointList list from the specified
list of PIPoint objects.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIPointList( IEnumerable<PIPoint> points )
Public Sub New ( points As IEnumerable(Of PIPoint) ) Dim points As IEnumerable(Of PIPoint) Dim instance As New PIPointList(points)
public: PIPointList( IEnumerable<PIPoint^>^ points )
new : points : IEnumerable<PIPoint> -> PIPointList
Parameters
Remarks
The order of the PIPoint objects in the list will match the order
specified by the points list specified by the caller.
The data returned from the methods is in the same order as this list. The
caller can use the index into this list to map the result of a data access
call to the corresponding PIPoint.