Registration Map:Confirm Registration VI

Owning Palette: Registration Map VIs

Requires: Base Development System

Checks if a set element is registered for a key in a registration map. This VI signals the calling VI if the set element has registered for the key.

 Add to the block diagram  Find on the palette
map specifies the registration map in which you want to check for the registration status of a set element. This input accepts a map of sets of any data type. The default data type is a map of sets of 32-bit signed integers.
key specifies the key. This input must be of the same data type as the existing keys in the map.
set element specifies the set element that may be registered for the specified key. This input must be of the same data type as the elements of the sets in the map.
is element registered for key? returns whether the set element has been registered for the key.