Owning Palette: Data Type Parsing VIs
Requires: Base Development System
Retrieves map information from the data type stored in variant.
Note This VI does not return information about values stored in the map. |
Add to the block diagram | Find on the palette |
variant specifies the variant data from which you want to retrieve data type information. This VI returns an error if variant does not contain a map. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
key data type returns the data type of the keys in the map stored in variant. | |
value data type returns the data type of the values in the map stored in variant. | |
error out contains error information. This output provides standard error out functionality. |