PIPointList.Item Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets or Sets the PIPoint located at the passed in index.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIPoint this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As PIPoint Get Set Dim instance As PIPointList Dim index As Integer Dim value As PIPoint value = instance(index) instance(index) = value
public: virtual property PIPoint^ default[int index] { PIPoint^ get (int index) sealed; void set (int index, PIPoint^ value) sealed; }
abstract Item : PIPoint with get, set override Item : PIPoint with get, set
Parameters
- index
- Type: SystemInt32
The index of the PIPoint to return.
Return Value
Type: PIPointThe PIPoint located at the passed in index.
Implements
IListTItemInt32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the value is |