NXOpen.UF.Lib.AskRecordInRset

Lib.AskRecordInRset()

Refer to UF_LIB_ask_record_in_rset for documentation.

Signature: AskRecordInRset(rset, recordNum)

Parameters:
  • rset (PointerWrapper) –
    • the desired record set
  • recordNum (int) –
    • the desired record number (0 based)
Returns:

A Tuple

Return type:

A tuple consisting of (count,values)

count(int): - the number of values of attributes

values(list of str): - the values of the attributes. The caller should call UF_free_string_array to free this array.

License requirements: None