VeriStand .NET API Reference

DataValueArray.Length Property

Gets the total number of elements in DataValueArray This is an abstract declaration only. Derived classes must implement the correct Length property for that class.

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 MustOverride ReadOnly Property Length As Long
C#
public abstract long Length { get; }
Visual C++
public:
virtual property long long Length {
	long long get () abstract;
}

Property Value

The length of the array.

See Also

Log in to get a better experience