|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Browser > SetProjectSelection |
Display in the Project Tree only the set of assigned projects (maximum 10).
call DBWShell("SetProjectSelection UIDproj_1 [UIDproj_2 ... [ UIDproj_10 ]... ]")
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. |
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)
AddProjectToSelection
AddUserToProject
SetProjectSelection
DBWShell("SetProjectSelection 2 1 1962 2435")
or
DBWShell("SetProjectSelection 2,1,1962,2435")