NXOpen.UF.ProcessAid.PopulateAttrList

ProcessAid.PopulateAttrList()

Refer to UF_PROCESS_AID_populate_attr_list for documentation.

Signature: PopulateAttrList(featureSet)

Parameters:featureSet (Tag) – tag of the process aid feature set
Returns:A Tuple
Return type:A tuple consisting of (count,list)

count(int): number of attributes

list(list of str): list of attributes. This array must be freed by calling UF_free_string_array

License requirements: None