How to check if the drawing was changed

<< Click to Display Table of Contents >>

Navigation:  How To >

How to check if the drawing was changed

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

 

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
 <!-- 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 CADEditorX