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

AF SDK Reference

PIPointList.Remove Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointList.Remove Method
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: Boolean
if the point was removed from the list.

Version Information

AFSDK


See Also

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