VeriStand .NET API Reference

Dictionary.AddBooleanArray Method

Adds an Boolean array element to the dictionary.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddBooleanArray ( _
	name As String, _
	value As Boolean() _
) As Boolean
C#
public bool AddBooleanArray(
	string name,
	bool[] value
)
Visual C++
public:
bool AddBooleanArray(
	String^ name, 
	array<bool>^ value
)

Parameters

name
Type: System.String
The name, or key, for the element.
value
Type: System.Boolean
The initial value of the element.

Return Value

true (True in Visual Basic) if the element was added successfully.

See Also

Log in to get a better experience