This document provides answers to some of the most common questions regarding the newly released Trimble Macro Language capabilities in Trimble Business Center (TBC) v5.00 releasing in November, 2018. Q: What TBC license do I need to write or execute Macros? A: ...
To familiarize yourself with the predefined macros and what types of controls and functions they include, double-click each one in the Solution Explorer and review the code as you will do for one macro now. If you open TBC and then launch a predefined macro, you can also press F1 to open the...
Creating a Macro by Copying and Modifying Another It is easiest to create your first macro by copying and modifying a pair of existing .py and .xaml files. In the Solution Explorer > Macros > Trimble, select a pair of .py and .xaml files that have some of the controls you need...
TBC Objects The TBC database can be thought like a file system where the top level (like C:\ in a file system) is a class called Project . Each object may have properties and also contain other objects. There is a TML that shows this tree structure (ViewProjectData). This is a...
3 Comments - no search term matches found in comments.