VeriStand .NET API Reference

BooleanValueArray Class

Represents an array of Boolean values.

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 Class BooleanValueArray _
	Inherits DataValueArray(Of BooleanValue)
C#
public class BooleanValueArray : DataValueArray<BooleanValue>
Visual C++
public ref class BooleanValueArray : public DataValueArray<BooleanValue^>

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.Data.DataResource
        NationalInstruments.VeriStand.Data.DataValue
            NationalInstruments.VeriStand.Data.DataValueArray
                NationalInstruments.VeriStand.Data.DataValueArrayBooleanValue
                    NationalInstruments.VeriStand.Data.BooleanValueArray

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience