GetPIPoint Properties
- Last UpdatedDec 15, 2025
- 2 minute read
The GetPIPoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllAttributes | Retrieve all PI Point attributes. If not specified then no attributes are retrieved. | |
| Attributes | The Attributes of the PI Point to retrieve. If not specified, no attributes are retrieved. | |
| Connection | Specifies which connection to a PI Data Archive to use. | |
| ID | The ID of the PI Point(s) to get. | |
| Name | The mask of the PI Point(s) to get. | |
| WhereClause | WhereClause used to filter PI Points returned. The format of the WhereClause is Attribute:[Operator][Value] For example: Tag:=Sinusoid Multiple comparisons can be specified, separated by spaces. The following operators are supported: Equals: = Not equals: != or <> Greater than: > Greater than or equal to >= Less than: < Less than or equal to: <= If the Operator is omitted, equals is assumed. |