Build a UI Plugin
You can build an ODTK UI plugin by following the instructions below.
The following topics provide an introductory walk-through to create a sample user interface (UI) plugin in C#. These steps are intended to be read and completed in sequential order.
- Create a Valid Plugin
- Add a Toolbar Button or Menu Item
- Interacting with ODTK Objects
- Add a Custom User Control
- Add a Custom Configuration Page
For additional features of UI plugins, and for steps to avoid common issues, see:
To deploy a completed plugin to a customer or colleague, see:
The UI Plugin walk-through steps listed above are in Visual Studio 2019 or Visual Studio 2015 formats. All file names contain "_VS2019" or "_VS2015", indicating the format type. You may also use the Visual Studio Express edition.