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

AF SDK Reference

PIPointQuery Structure

  • Last UpdatedNov 18, 2025
  • 4 minute read
PIPointQuery Structure
PIPoint attribute value search query structure.

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

Syntax

[SerializableAttribute]
public struct PIPointQuery : IEquatable<PIPointQuery>
<SerializableAttribute>
Public Structure PIPointQuery
	Implements IEquatable(Of PIPointQuery)

Dim instance As PIPointQuery
[SerializableAttribute]
public value class PIPointQuery : IEquatable<PIPointQuery>
[<SealedAttribute>]
[<SerializableAttribute>]
type PIPointQuery =  
    struct
        interface IEquatable<PIPointQuery>
    end

The PIPointQuery type exposes the following members.

Constructors

  NameDescription
Public method
PIPointQuery
Creates a new instance of the PIPointQuery structure.

Properties

  NameDescription
Public property
AttributeName
The name of the PIPoint attribute to be used in the query filter.
Public property
AttributeValue
The value to be compared to the PIPoint attribute's value.
Public property
Operator
The operator used when comparing the attribute's value.

Methods

  NameDescription
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).)
Public method
Equals(PIPointQuery)
Indicates whether the current object is equal to another object of the same type.
Public method
GetHashCode
Gets the hash code for this instance of the object which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic member
ParseQuery
Public method
ToString
Returns a String that represents the current object.
(Overrides ValueTypeToString.)

Operators

  NameDescription
Public operatorStatic member
Equality
The equality operator (==) compares its operands to determine if they are equal.
Public operatorStatic member
Inequality
The inequality operator (!=) compares its operands to determine if they are not equal.

Remarks

This structure describes the query used for finding PIPoints using the FindPIPoints(PIServer, IEnumerablePIPointQuery, IEnumerableString) method. The value of the PIPoint attribute specified by the AttributeName in the query is compared to the query's AttributeValue using the search Operator.

Note Notes to Callers
This method, property, or class is not available in the legacy .NET 3.5 version of the SDK.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in