PIPointList.AddRange Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the passed points is . |
Remarks
The PIPointList collection allows duplicate PIPoint objects to be added to the list.