ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

DataValueArray.GetValues Method

Returns an array that contains a value for each element of DataValueArray. This is an abstract declaration only. Derived classes must implement the correct GetValues method 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 Function GetValues As ScalarDataValue()
C#
public abstract ScalarDataValue[] GetValues()
Visual C++
public:
virtual array<ScalarDataValue^>^ GetValues() abstract

Return Value

An array that contains all the values of DataValueArray.

See Also

Log in to get a better experience