EnableDisableUpdateFileCustomProperties

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > CADSystem >

EnableDisableUpdateFileCustomProperties

available from build: 20150713

Description

This command disables in a permanent way any update to the file custom properties made when the CAD models are closed.

Syntax

call DBWShell("EnableDisableUpdateFileCustomProperties enableUpd")

Parameters

enableUpd

0: disable the update of the custom properties
1: enable the update

See also

Custprop.txt

Example

...
DBWShell("EnableDisableUpdateFileCustomProperties 0")
...