MapDownload PDFSelected SectionSelected Section and Subsection(s)Entire ManualUpdated2025-03-142 minute(s) readLabVIEWAPI ReferenceLabVIEW G Map Use the Map VIs and functions to create and manipulate maps. Build MapCreates a map from the input key-value entries. For entries with duplicate keys, this function includes only the last entry in the resulting map.Insert Into Map FunctionInserts a key and its associated value into a map. If the key is already included in the map, this function replaces the original value of the key with the new associated value.Remove From Map FunctionRemoves a key and its associated value from a map.Look In Map FunctionChecks whether a map includes an entry with the specified key and returns the associated value of the key.Read Map Max & Min Keys FunctionReturns the maximum and minimum keys in a map.Map ConstantRepresents a map on the block diagram. You cannot modify the embedded data in a map interactively or programmatically. You can update map data only as a whole through operations such as writing to the map front panel terminal or right-clicking the map and selecting Data Operations>>Copy Data or Data Operations>>Paste Data.Collection Size FunctionReturns the number of elements or entries in a collection.Empty Collection? FunctionReturns TRUE if the input collection contains zero elements or entries.Convert Map To ArrayPlaces the code that you can use to convert a map to an array.In Place Map AccessPlaces an In Place Element structure on the block diagram with the Map Get / Replace Value border node added.Registration MapUse the Registration Map VIs to create and manipulate registration maps. A registration map is a map between a key and a set of elements with operations to signal when clients register or unregister for one or more services.Parent topic: CollectionWas this information helpful?YesNo
Map Use the Map VIs and functions to create and manipulate maps. Build MapCreates a map from the input key-value entries. For entries with duplicate keys, this function includes only the last entry in the resulting map.Insert Into Map FunctionInserts a key and its associated value into a map. If the key is already included in the map, this function replaces the original value of the key with the new associated value.Remove From Map FunctionRemoves a key and its associated value from a map.Look In Map FunctionChecks whether a map includes an entry with the specified key and returns the associated value of the key.Read Map Max & Min Keys FunctionReturns the maximum and minimum keys in a map.Map ConstantRepresents a map on the block diagram. You cannot modify the embedded data in a map interactively or programmatically. You can update map data only as a whole through operations such as writing to the map front panel terminal or right-clicking the map and selecting Data Operations>>Copy Data or Data Operations>>Paste Data.Collection Size FunctionReturns the number of elements or entries in a collection.Empty Collection? FunctionReturns TRUE if the input collection contains zero elements or entries.Convert Map To ArrayPlaces the code that you can use to convert a map to an array.In Place Map AccessPlaces an In Place Element structure on the block diagram with the Map Get / Replace Value border node added.Registration MapUse the Registration Map VIs to create and manipulate registration maps. A registration map is a map between a key and a set of elements with operations to signal when clients register or unregister for one or more services.Parent topic: Collection
Map Use the Map VIs and functions to create and manipulate maps. Build MapCreates a map from the input key-value entries. For entries with duplicate keys, this function includes only the last entry in the resulting map.Insert Into Map FunctionInserts a key and its associated value into a map. If the key is already included in the map, this function replaces the original value of the key with the new associated value.Remove From Map FunctionRemoves a key and its associated value from a map.Look In Map FunctionChecks whether a map includes an entry with the specified key and returns the associated value of the key.Read Map Max & Min Keys FunctionReturns the maximum and minimum keys in a map.Map ConstantRepresents a map on the block diagram. You cannot modify the embedded data in a map interactively or programmatically. You can update map data only as a whole through operations such as writing to the map front panel terminal or right-clicking the map and selecting Data Operations>>Copy Data or Data Operations>>Paste Data.Collection Size FunctionReturns the number of elements or entries in a collection.Empty Collection? FunctionReturns TRUE if the input collection contains zero elements or entries.Convert Map To ArrayPlaces the code that you can use to convert a map to an array.In Place Map AccessPlaces an In Place Element structure on the block diagram with the Map Get / Replace Value border node added.Registration MapUse the Registration Map VIs to create and manipulate registration maps. A registration map is a map between a key and a set of elements with operations to signal when clients register or unregister for one or more services.Parent topic: Collection