NXOpen.UF.Lib.ExecuteQueryForCount

Lib.ExecuteQueryForCount()

Refer to UF_LIB_execute_query_for_count for documentation.

Signature: ExecuteQueryForCount(db, clsName, query)

Parameters:
  • db (PointerWrapper) –
    • the library object in which toexecute the query
  • clsName (str) –
    • the class name
  • query (str) –
    • the query
Returns:

  • the number of objects in the library that * satisfy the query.

Return type:

int

License requirements: None