VeriStand .NET API Reference

DataValueArray.Item Property

Gets or sets the element at the specified index.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Item ( _
	i As Integer _
) As T
C#
public T Item[
	int i
] { get; set; }
Visual C++
public:
property T Item[int i] {
	T get (int i);
	void set (int i, T value);
}

Parameters

i
Type: System.Int32
The zero-based index of the element.

Property Value

The element at the specified index.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException i is not a valid index.

See Also

Log in to get a better experience