PD_REMOVE_OBJ_FROM_EDITTBL

Syntax

int_val = PD_REMOVE_OBJ_FROM_EDITTBL ( dg_oid, obj_id );
Input arguments
string dg_oid Object id of the diagram.
string obj_id Object id of the object to remove.

Return Values

Success:
int 0 Object removed successfully
Failure:
int -1 Script interface error

Description

This function removes object from the edit table of the diagram.