VeriStand .NET API Reference

Dictionary.GetU16Array Method

Gets the unsigned 16-bit integer 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 GetU16Array ( _
	name As String, _
	<OutAttribute> ByRef value As UShort() _
) As Boolean
C#
public bool GetU16Array(
	string name,
	out ushort[] value
)
Visual C++
public:
bool GetU16Array(
	String^ name, 
	[OutAttribute] array<unsigned short>^% value
)

Parameters

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

Return Value

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

See Also

Log in to get a better experience