PIPointQuery Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Creates a new instance of the PIPointQuery structure.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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
| The In search operator is not supported. |