|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Selection > SelectQueryByUniqueId |
Activate the Query page and select an item in the tree given its unique id.
call DBWShell("SelectQueryByUniqueId UniqueID")
UniqueID |
unique id of the selected document |
The Unique Id of a document is an unambiguous integer that identifies it. No document can have the same Unique Id of another one.
MechworksPDM browser must be open.
AndSelectQueryByUniqueId command
SelectByUniqueId command
SelectQueryByUniqueId command
'select a sub-assembly
call DBWShell( "SelectQueryByUniqueId 164" )