How to check if the drawing was changed

  XML_API > CAD XML API Reference > How To >

How to check if the drawing was changed

Previous pageReturn to chapter overviewNext page

If you need to save your drawing from your application, you can can check if it was changed or not with the help of GetDrawingChanged instruction.

 

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
  <!-- Description: GETDRAWINGCHANGED instruction checks if any changes were made in a Drawing. Result parameter CHANGED returns True if any changed were implemeted in a Drawing. -->  
  <getdrawingchanged/>
</cadsofttools>

Go to ABViewer