Initializes a new instance of the LookupTable class with the specified object.
Throws an exception if the object's GUID is not that of
LookupTable.
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 Sub New ( _
node As BaseNodeType _
) |
| C# |
|---|
public LookupTable(
BaseNodeType node
) |
| Visual C++ |
|---|
public:
LookupTable(
BaseNodeType^ node
) |
Parameters
- node
- Type: BaseNodeType
The BaseNodeType object.