|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > CADSystem > GetDocumentExternalReferences |
available from build: 20121227 |
This command returns the external references for the passed document
call DBWShell("GetDocumentExternalReferences DocumentFullPath")
DocumentFullPath |
The full path of the document to retrieve external references of |
The %TMP%\dbwreslt.in contains the list of @EXTERNAL_REFERENCE_PATH_NAME of the referenced documents.
The format of the result file is:
@EXTERNAL_REFERENCE_PATH_NAME =<external reference #1 path name>
@EXTERNAL_REFERENCE_PATH_NAME =<external reference #2 path name>
...
@EXTERNAL_REFERENCE_PATH_NAME =<external reference #N path name>
Starting from R16 release, the command is supported also by StandaloneClient for the CAD types (Solidworks, Solid Edge, Inventor).