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

AF SDK Reference

PIPoint.FindPIPoint Method (PIServer, String)

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPoint.FindPIPoint Method (PIServer, String)
Find a PIPoint on the current PIServer using the specified point name.

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: PIPoint
Returns the PIPoint identified by the specified pointName.

Version Information

AFSDK


See Also

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