pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
pCon.planner Plugin SDK Documentation

Introduction

You can extent the functionality of pCon.planner by using this plugin system.
The plugin system consists of a set of .NET classes which are used to create a .NET library (dll).
Creating a new plugin requires the following steps: First, create a new .NET 4.0 dll project in VisualStudio.
Reference System.Drawing (from .NET) and X3gPlugin.dll (shipped with the planner).
A class which derives from X3g.Plugin.Plugin must be created.
This class contains the actual plugin code.
There can only be one such class per dll.
For further documentation and how to write a plugin see the documentation of the Plugin class.