PIServer.DeletePIPoint Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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.