Operators |
dev_clear_obj — Delete an iconic object from the HALCON database.
dev_clear_obj(Objects : : : )
dev_clear_obj deletes iconic objects, which are no longer needed, from the HALCON database.
Never use clear_obj to clear objects in HDevelop. The operator dev_clear_obj has to be used instead.
Objects to be deleted.
dev_clear_obj returns always 2 (H_MSG_TRUE).
clear_obj, dev_set_check, reset_obj_db
Foundation
Operators |