|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database > GetUniqueIdFromRelatedDocuments |
Gets the list of the document uniqued ids related to the assigned document unique id;
the list is calculated by the Drawing↔Part Link Mode functionality.
call DBWShell("GetUniqueIdFromRelatedDocuments UniqueID [CheckStateAndRev]")
UniqueID |
unique id of the document to look related documents for. |
|---|---|
CheckStateAndRev |
Optional. |
@RELATED_DOCUMENTS_ID_LIST |
list of related documents ids |
DBWShell ("GetUniqueIdFromRelatedDocuments 74 0")
uidList = DBWResult("@RELATED_DOCUMENTS_UID_LIST")
DBWMsgBox "Related Documents Uid List = " & uidList