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: ...
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.
Installing IronPython Download the latest version of IronPython from http://ironpython.NET/download/ . Run the MSI file to start the installation wizard. Accept the default settings to install IronPython. Installing Visual Studio Community Download the...
5 Comments - no search term matches found in comments.