PIPoint.FindPIPoint Method (PIServer, String)
- 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 static PIPoint FindPIPoint( PIServer piServer, string pointName )
Public Shared Function FindPIPoint ( piServer As PIServer, pointName As String ) As PIPoint Dim piServer As PIServer Dim pointName As String Dim returnValue As PIPoint returnValue = PIPoint.FindPIPoint(piServer, pointName)
public: static PIPoint^ FindPIPoint( PIServer^ piServer, String^ pointName )
static member FindPIPoint : piServer : PIServer * pointName : string -> PIPoint
Parameters
- piServer
- Type: OSIsoft.AF.PIPIServer
The PIServer to search for the desired PIPoint objects. - pointName
- Type: SystemString
The name of the desired PIPoint on the current PIServer.
Return Value
Type: PIPointReturns the PIPoint identified by the specified pointName.