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

AF SDK Reference

PIServer.DeletePIPoint Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIServer.DeletePIPoint Method
Delete a PIPoint from the PIServer.

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

Syntax

public void DeletePIPoint(
	string pointName
)
Public Sub DeletePIPoint ( 
	pointName As String
)

Dim instance As PIServer
Dim pointName As String

instance.DeletePIPoint(pointName)
public:
void DeletePIPoint(
	String^ pointName
)
member DeletePIPoint : 
        pointName : string -> unit 

Parameters

pointName
Type: SystemString
The name of the PIPoint to be deleted from the server.

Remarks

This method is used to permanently delete a PIPoint from the current PIServer.

Version Information

AFSDK


See Also

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