AddComponent

<< Click to Display Table of Contents >>

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

AddComponent

Description

Adds the currently selected component to the current opened assembly or drawing.

Syntax

call DBWShell("AddComponent  [unique_id]")

Parameters

unique_id

Optional. Unique id of the component to add

Remarks

If the unique_id is not assigned, it is necessary to open the browser in the DocumentsPage first, select a record and then call the function.

See also

AddAttachment
AddComponent
AddDocument
AddToParent

Example

call DBWShell("AddComponent 234")