DictionaryElement Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the DictionaryElement class and creates a new dictionary element by copying an existing element.
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 Sub New ( _ toCopy As DictionaryElement _ ) |
| C# |
|---|
public DictionaryElement( DictionaryElement toCopy ) |
| Visual C++ |
|---|
public: DictionaryElement( DictionaryElement^ toCopy ) |
Parameters
- toCopy
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DictionaryElement
The reference to the dictionary element to copy.