NXOpen.UF.Mom.AskStringArray

Mom.AskStringArray()

Refer to UF_MOM_ask_string_array for documentation.

Signature: AskStringArray(mom, arrayName, numOfValues)

Parameters:
  • mom (PointerWrapper) –
    • the mom object that owns the array
  • arrayName (str) –
    • the name of the array to ask
  • numOfValues (int) –
    • the number of values to ask
Returns:

  • the values asked for. The caller has already allocated memory for the pointers. The memory pointed at by the pointers is allocated by this function and must be freed by caller.

Return type:

list of str

License requirements: None