NXOpen.UF.Lib.AskLibAttributeValues

Lib.AskLibAttributeValues()

Refer to UF_LIB_ask_lib_attribute_values for documentation.

Signature: AskLibAttributeValues(db, ugObject, count, dbAlias)

Parameters:
  • db (PointerWrapper) –
    • the db object to query in
  • ugObject (Tag) –
    • the NX object to query about
  • count (int) –
    • the number of attribute to ask their* values of
  • dbAlias (list of str) –
    • the list of attribute db aliases to * ask the values of
Returns:

  • the requested values. This is an array of strings that must be freed by calling UF_free_string_array.

Return type:

list of str

License requirements: None