PIPointList.Remove Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method removes all occurrences of the passed PIPoint from the list. The method returns if
the passed PIPoint is not found in the list.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Remove( PIPoint point )
Public Function Remove ( point As PIPoint ) As Boolean Dim instance As PIPointList Dim point As PIPoint Dim returnValue As Boolean returnValue = instance.Remove(point)
public: bool Remove( PIPoint^ point )
member Remove : point : PIPoint -> bool
Parameters
- point
- Type: OSIsoft.AF.PIPIPoint
The PIPoint object to remove from the list.
Return Value
Type: Booleanif the point was removed from the list.