Survey Core launch codes (x  runcodes)

The following runcodes are currently known within Survey Core.  Call the tsc_SurveyCore::Launch() function and pass one of these codes to run the associated task.

 Because new functionality is constantly being added, this list may be missing some items. Please talk to your Trimble contact if you have trouble finding the right X_Code. 

One way to determine Run codes is to manually select the task you wish to run in Trimble Access, and then examine the log (Trimble Data\System Files\sc.log) and find a line like this example:
26:886387.930 Thread_Start [X_LayerManager #26]
which is the starting of a UiTask with the run code X_LayerManager. The #26 is an internal thread identifier. So, to start the Layer Manager UI, you would launch the Run code X_LayerManager.