AddProjectToSelection

<< Click to Display Table of Contents >>

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

AddProjectToSelection

Description

Adds the passed project to the currently existing project selection.

Syntax

call DBWShell("AddProjectToSelection uid")

Parameters

DocUID

unique id of the project to be added to the selection

Remarks

If no selection is already existing, the command creates a selection of projects with the passed project only.

See also

AddProjectToSelection
AddUserToProject
SetProjectSelection

Example

DBWShell("AddProjectToSelection 17")

DBWShell("AddProjectToSelection 19")