SelectQueryByUniqueId

<< Click to Display Table of Contents >>

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

SelectQueryByUniqueId

Description

Activate the Query page and select an item in the tree given its unique id.

Syntax

call DBWShell("SelectQueryByUniqueId UniqueID")

Parameters

UniqueID

unique id of the selected document

Remarks

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.

See also

AndSelectQueryByUniqueId command
 
SelectByUniqueId command
SelectQueryByUniqueId command

Example

'select a sub-assembly

call DBWShell( "SelectQueryByUniqueId 164" )