Open DGN file in a specific WorkSpace, WorkSet


 Product(s):MicroStation
 Version(s):10.17.01.62
 Environment:N\A
 Area:Configuration
 Subarea:Workspaces

Open DGN file in a specific WorkSpace, WorkSet

Background

We want to open a DGN (by double click) in a specific WorkSpace, WorkSet



Solution

Set the following configuration variables

_USTN_WORKSPACENAME = MyWorkSpace

%lock _USTN_WORKSPACENAME

 

_USTN_WORKSETNAME = MyWorkSet

%lock _USTN_WORKSETNAME

 

The above configuration variables can be added to Personal.UCF

%localappdata%\Bentley\MicroStation\10.0.0\prefs\Personal.UCF

 

To set the above configuration variables, at Application level, create a CFG file e.g., MyConfig.CFG and copy the file to the following location

C:\Program Files\Bentley\MicroStation CONNECT Edition\MicroStation\config\appl\

See Also

Getting Your First WorkSpace and Workset Setup

 

Other Language Sources

 Original Author:Leonard Jones