Enhancement of functionality via Add-Ins

An add-in is a program component that runs within EasyMap and is mounted in the application when the program is started.

If you are working with EasyMap and have a recurring process, you may want to have a combination of the commands used there bundled at your fingertips. In this case, you can write an add-in for EasyMap that integrates a new command into your EasyMap interface. You develop the underlying program logic yourself, i.e. you put together the individual steps of the recurring process.

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