VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

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)

Syntax

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

Was this information helpful?