NXOpen.UF.Ugmgr.ListConfigRules

Ugmgr.ListConfigRules()

Refer to UF_UGMGR_list_config_rules for documentation.

Signature: ListConfigRules()

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

count(int): Number of configuration rules.

configRules(list of str): Array of the names of all the configuration rules. The array must be freed after use by calling UF_free_string_array().

License requirements: None