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

AF SDK Reference

PIPointList.Item Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointList.Item Property
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: PIPoint
The PIPoint located at the passed in index.

Implements

IListTItemInt32

Exceptions

ExceptionCondition
ArgumentNullExceptionIf the value is

Version Information

AFSDK


See Also

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