|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > CADSystem > EnableDisableUpdateFileCustomProperties |
available from build: 20150713 |
This command disables in a permanent way any update to the file custom properties made when the CAD models are closed.
call DBWShell("EnableDisableUpdateFileCustomProperties enableUpd")
enableUpd |
0: disable the update of the custom properties |
Custprop.txt
...
DBWShell("EnableDisableUpdateFileCustomProperties 0")
...