PIPoint.FindPIPoint Method (PIServer, Int32)
- 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, 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.