GetDocumentExternalReferences

<< Click to Display Table of Contents >>

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

GetDocumentExternalReferences

available from build: 20121227

Description

This command returns the external references for the passed document

Syntax

call DBWShell("GetDocumentExternalReferences DocumentFullPath")

Parameters

DocumentFullPath

The full path of the document to retrieve external references of

Results

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>

Remarks

Starting from R16 release, the command is supported also by StandaloneClient for the CAD types (Solidworks, Solid Edge, Inventor).