NXOpen.UF.Plot.AskProfileNames

Plot.AskProfileNames()

Refer to UF_PLOT_ask_profile_names for documentation.

Signature: AskProfileNames(printer)

Parameters:printer (str) – The name of a printer inthe current printer group
Returns:A Tuple
Return type:A tuple consisting of (numProfiles,profiles)

numProfiles(int): The number of profilesassociated with the given printer.

profiles(list of str): The profile names associated with the given printer in the current group. Each name and the array of names must be freed with UF_free()

License requirements: None