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

Adds an unsigned 16-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 AddU16Array ( _
	name As String, _
	value As UShort() _
) As Boolean
C#
public bool AddU16Array(
	string name,
	ushort[] value
)
Visual C++
public:
bool AddU16Array(
	String^ name, 
	array<unsigned short>^ value
)

Parameters

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

Return Value

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

See Also