NXOpen.UF.Cam.OptAskDocNames

Cam.OptAskDocNames()

Refer to UF_CAM_opt_ask_doc_names for documentation.

Signature: OptAskDocNames()

Returns:A Tuple
Return type:A tuple consisting of (count,names)

count(int): - the number of names

names(list of str): - the available doc names. The returned array must be freed by calling UF_free_string_array.

License requirements: None