NXOpen.UF.Lib.AskRsetMap

Lib.AskRsetMap()

Refer to UF_LIB_ask_rset_map for documentation.

Signature: AskRsetMap(rset)

Parameters:rset (PointerWrapper) –
  • the record set of interest. This was* returned by execute_query.
Returns:A Tuple
Return type:A tuple consisting of (count,attrNames,attrTypes)

count(int): - the number of attributes in the record* set.

attrNames(list of str): count - the name of the attributes in the record set.

attrTypes(list of str): count - the types of the attributes. The ith * attr_types is the type of the ith * attr_names.

License requirements: None