Sample project attached.
In CamBam
-----------
1. It will appear in the CamBam 'Plugins' menu as "Sample Plugin"
2. When the menu item is clicked a message will show in the CamBam message window, "The sample plugin was RUN"
3. A small 'tick' symbol will be drawn at 0,0,0.
In Visual Studio
---------------
1. you must add References to CamBam.CAD and CamBam.Geom.
these must be from the same version of CamBam that you want to use the plugin with.
2. set the .NET version to 4.0 to compile for CamBam v1.0
or set the .NET version to 3.5 to compile for CamBam v9.8
or set .NET version to 2.0 to compile for any other verison of CamBam