omni_delete_definition(1) — Commands
Name
omni_delete_definition − Deletes an object and its children.
Syntax
extern unsigned int omni_delete_definition (
omni_l_handle obj_handle,
omni_b_boolean recursive_flag);
Arguments
obj_handleaccess: read only mechanism: by value The identifier of the variable definition to be deleted.
recursive_flagaccess: read only mechanism: by value A value that specifies the deletion policy (see <REFERENCE>(omni_delete_def_recflag_tab)).
| Value | Meaning |
| Non-0 | Deletes the specified object definition and all its child objects. |
| 0 | Deletes the specified definition only. |