Guida di MicroStation CONNECT Edition

File di configurazione WorkSpaceSetup.cfg

Il file WorkSpaceSetup.cfg consente di personalizzare l'area di lavoro. Il file msconfig.cfg include quanto segue per WorkSpaceSetup.cfg:
%if exists ($(_USTN_CONFIGURATION)WorkSpaceSetup.cfg)
%  include $(_USTN_CONFIGURATION)WorkSpaceSetup.cfg
%endif

Si consiglia di non apportare modifiche al file WorkSpaceSetup.cfg fornito. È necessario copiare il file WorkSpaceSetup.cfg sulla Configurazione personalizzata definita nel file ConfigurationSetup.cfg e poi personalizzarlo.

Di seguito sono elencati i contenuti del file fornito:
#----------------------------------------------------------------------
#  WorkSpaceSetup.cfg - Configures WorkSpace for Your Organization
#
# The main function of this Configuration File is to set the label that
# your organization wants to use for WorkSpaces. WorkSpaces are the 
# grouping mechanism for WorkSets. The label for this level of grouping 
# could be Client, Facility, Department, Owner, or whatever you would 
# like it to be. The default label is the neutral "WorkSpace". Uncomment
# the definition below, and set it to your preferred label.
#----------------------------------------------------------------------
# _USTN_WORKSPACELABEL    : WorkSpace
#----------------------------------------------------------------------
# A second possible use for this Configuration File is to redirect the
# root directory where your Organization-wide standards are stored to somewhere 
# other than the default. The default is $(_USTN_CONFIGURATION)Organization/.
# It can be changed by redefining _USTN_ORGANIZATION.
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# A third possible use for this Configuration File is to redirect the
# root directory where your WorkSpaces  are stored to somewhere other
# than the default. The default is $(_USTN_CONFIGURATION)WorkSpaces/.
# It can be changed by redefining _USTN_WORKSPACESROOT.
#
# Assume MY_WORKSPACES_LOCATION variable points to your desired network location like
#MY_WORKSPACES_LOCATION = //MyNetwork/MyWorkSpaces/
#
#%if defined (MY_WORKSPACES_LOCATION) && exists ($(MY_WORKSPACES_LOCATION))
#    _USTN_WORKSPACESROOT = $(MY_WORKSPACES_LOCATION)
#%endif
#----------------------------------------------------------------------

Nei commenti del file vengono illustrati i tre principali usi: impostazione dell'etichetta Area di lavoro sul valore desiderato per la propria organizzazione e, possibilmente, reindirizzamento dei dati sugli standard di tutta l'organizzazione e/o indirizzamento di tutti gli altri dati dell'Area di lavoro su un'altra posizione (ad esempio, su una rete condivisa).