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.AddU64Array Method

Adds an unsigned 64-bit integer 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 AddU64Array ( _
	name As String, _
	value As ULong() _
) As Boolean
C#
public bool AddU64Array(
	string name,
	ulong[] value
)
Visual C++
public:
bool AddU64Array(
	String^ name, 
	array<unsigned long long>^ value
)

Parameters

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

Return Value

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

See Also