Plugin API Help Page
This Pointsharp ID Plugin API enables customized implementations of Pointsharp ID features. The features are divided into several sub categories that are explained here. Any provided samples are to demonstrate the syntax of a function rather than to give an exact usage.
| Please note, since the API enable customized usage of features of a Pointsharp ID, it indicates that some of the API features explained here may only function with the corresponding license of the Pointsharp ID. |
Implement a Pointsharp ID plugin
To implement a customized feature — your own plugin — select the corresponding interface and let your code inherit it. All plugin interfaces inherits the IPlugin interface, which enables Pointsharp ID to display additional information about the plugin to ease administration.
To import the plugin, see Add your plugin to Pointsharp ID