Enhancement of functionality via Add-Ins

An Add-In is a program component that runs within easymap and is inserted into the application at program start.

If your work with easymap involves a recurring process, you may want to have a combination of the commands used there bundled and available at the push of a button. In this case you can write an add-in for easymap, which will integrate a new command into your easymap interface. You develop the program logic behind it yourself, i.e. you put together the individual steps of the recurring process, for example.

You can use any programming language supported by Microsoft .NET Framework 4.6 (for example, C#, Visual Basic.NET) to program the add-in.