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

AF SDK Reference

PIPointQuery Constructor

  • Last UpdatedJan 12, 2026
  • 2 minute read
PIPointQuery Constructor
Creates a new instance of the PIPointQuery structure.

Namespace:  OSIsoft.AF.PI
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public PIPointQuery(
	string attributeName,
	AFSearchOperator searchOperator,
	string value
)
Public Sub New ( 
	attributeName As String,
	searchOperator As AFSearchOperator,
	value As String
)

Dim attributeName As String
Dim searchOperator As AFSearchOperator
Dim value As String

Dim instance As New PIPointQuery(attributeName, 
	searchOperator, value)
public:
PIPointQuery(
	String^ attributeName, 
	AFSearchOperator searchOperator, 
	String^ value
)
new : 
        attributeName : string * 
        searchOperator : AFSearchOperator * 
        value : string -> PIPointQuery

Parameters

attributeName
Type: SystemString
The value for the AttributeName property.
searchOperator
Type: OSIsoft.AF.SearchAFSearchOperator
The value for the Operator property.
value
Type: SystemString
The value for the AttributeValue property.

Remarks

Important note Important
The In search operator is not supported.

Version Information

AFSDK


See Also

In This Topic