Dictionary.AddU32Array Method
- Updated2023-02-21
- 2 minute(s) read
Adds an unsigned 32-bit integer array element to the dictionary.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddU32Array ( _ name As String, _ value As UInteger() _ ) As Boolean |
| C# |
|---|
public bool AddU32Array( string name, uint[] value ) |
| Visual C++ |
|---|
public: bool AddU32Array( String^ name, array<unsigned int>^ value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type:
System.UInt32
The initial value of the element.