Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIPointList Constructor (IEnumerable(PIPoint))

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointList Constructor (IEnumerable(PIPoint))
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

points
Type: System.Collections.GenericIEnumerablePIPoint
The list of PIPoint objects used to initialize this list.

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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in