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

AF SDK Reference

PIPointList.AddRange Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointList.AddRange Method
This method adds a collection of PIPoint objects to the PIPointList

Namespace:  OSIsoft.AF.PI
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void AddRange(
	IEnumerable<PIPoint> points
)
Public Sub AddRange ( 
	points As IEnumerable(Of PIPoint)
)

Dim instance As PIPointList
Dim points As IEnumerable(Of PIPoint)

instance.AddRange(points)
public:
void AddRange(
	IEnumerable<PIPoint^>^ points
)
member AddRange : 
        points : IEnumerable<PIPoint> -> unit 

Parameters

points
Type: System.Collections.GenericIEnumerablePIPoint
A collection of PIPoint objects to be added to the list.

Exceptions

ExceptionCondition
ArgumentNullExceptionIf the passed points is .

Remarks

The PIPointList collection allows duplicate PIPoint objects to be added to the list.

Version Information

AFSDK


See Also

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