SetProjectSelection

<< Click to Display Table of Contents >>

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

SetProjectSelection

Description

Display in the Project Tree only the set of assigned projects (maximum 10).

Syntax

call DBWShell("SetProjectSelection UIDproj_1 [UIDproj_2 ... [ UIDproj_10 ]... ]")

Parameters

UIDproj_1

It is the unique ID of the first project to insert in the set.

UIDproj_2

Optional. It is the unique ID of the first project to insert in the set

...

 

UIDproj_10

Optional. It is the unique ID of the last (10th) project you can insert in the set.

or

UIDprojList

A comma separated list of projects to insert in the set.

Remarks

You can assign a maximum of 10 projects.

It is possible to pass only one argument as a list of comma-separated projects unique IDs (similar to the WorkingSetCreate command)

See also

AddProjectToSelection
AddUserToProject
SetProjectSelection

Example

DBWShell("SetProjectSelection 2 1 1962 2435")

or

DBWShell("SetProjectSelection 2,1,1962,2435")