PIPoint.FindPIPoint Method (PIServer, Int32)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public static PIPoint FindPIPoint( PIServer piServer, int pointID )
Public Shared Function FindPIPoint ( piServer As PIServer, pointID As Integer ) As PIPoint Dim piServer As PIServer Dim pointID As Integer Dim returnValue As PIPoint returnValue = PIPoint.FindPIPoint(piServer, pointID)
public: static PIPoint^ FindPIPoint( PIServer^ piServer, int pointID )
static member FindPIPoint : piServer : PIServer * pointID : int -> PIPoint
Parameters
- piServer
- Type: OSIsoft.AF.PIPIServer
The PIServer to search for the desired PIPoint objects. - pointID
- Type: SystemInt32
The ID of the desired PIPoint on the current PIServer.
Return Value
Type: PIPointReturns the PIPoint identified by the specified pointID.