NXOpen.UF.Ui.DisplayMultiSelectMenu

Ui.DisplayMultiSelectMenu()

Refer to UF_UI_display_multi_select_menu for documentation.

Signature: DisplayMultiSelectMenu(cue, ip2, items, numItems)

Parameters:
  • cue (str) – Menu title to display on the cue line. This is 80 characters maximum.
  • ip2 (int) – Unused.
  • items (list of str) – String array containing the menu items.
  • numItems (int) – Number of strings in the cp3 array. This may not exceed 14 menu items.
Returns:

A Tuple

Return type:

A tuple consisting of (selected,int)

selected(list of int): Selection Array, which should be dimensioned to num_items. if ir6[n] == 0, then cp3[n][38] was not selected. if ir6[n] == 1, then cp3[n][38] was selected.

retVar(int): 1 = Back2 = Cancel Operation3 = OK4 = Alternate Action8 = Disallowed state, unable to bring up dialogSee Also:History:

License requirements: None