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

Dictionary.GetBooleanArray Method

Gets the Boolean array element specified by name. This method also returns the current value of the element.

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 GetBooleanArray ( _
	name As String, _
	<OutAttribute> ByRef value As Boolean() _
) As Boolean
C#
public bool GetBooleanArray(
	string name,
	out bool[] value
)
Visual C++
public:
bool GetBooleanArray(
	String^ name, 
	[OutAttribute] array<bool>^% value
)

Parameters

name
Type: System.String
The name of the element.
value
Type: System.Boolean %
The current value of the element.

Return Value

true (True in Visual Basic) if the element was found in the current dictionary.

See Also