Hi Guys,
Here is my code for deleting the element.
mdlElement_read(&MsElm,MASTERFILE,*FilePos);mdlElement_undoableDelete(&MsElm,*FilePos,TRUE);
Working Fine, deleting the specified File Position.
If user undo the process by clicking Ctrl + Z or Edit -> Undo deleted element must not display(Element must be deleted Permanently).
mdlElement_read(&MsElm,MASTERFILE,*FilePos);
mdlElement_undoableDelete(&MsElm,*FilePos,TRUE);
mdlSystem_compressDgnFile(); // Won't this stop the undo?