CompareDGDs
Use this option to check to see if two dgds are equal.
Important: Be sure to include capital letters when typing the name of this program. It is case-sensitive.
Usage:
CompareDGDs <?.dgd.isis> <?.dgd.isis> [-t ##.##] [-l layer] <> indicates a mandatory switch. [ ] indicates an optional switch |
Where:
Option | Description |
---|---|
-t [##.##]
|
Enable object xyzw (point, text origin, etc...) testing (default to ON) You can enter a threshold value as an option. Default threshold is -4. |
-l <name>
|
Restrict compare to this layer |
Verbose
|
Verbose level: (0) Quiet, (1) PassFail, (2) Tests, (3) Details |
Example:
CompareDGDs one.dgd.isis two.dgd.isis (compare all layers)
CompareDGDs one.dgd.isis two.dgd.isis
verbose 3 (report details)
CompareDGDs one.dgd.isis two.dgd.isis -l ONE (compare layer ONE only)