![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Namespace provides access to different tools. More...
Classes | |
class | CreatePolyline |
This tool let the user create a new polyline. More... | |
class | CreateRectangle |
This tool let the user create a new rectangle. More... | |
class | ToolCallbackEventArgs |
Event args of ToolBase callback. More... | |
class | ToolBase |
Base class of internal tools. More... | |
Typedefs | |
typedef System::EventHandler < ToolCallbackEventArgs^ > | ToolCallbackEventHandler |
Event handler when a tool finishes work. More... | |
Namespace provides access to different tools.
typedef System::EventHandler<ToolCallbackEventArgs^> X3g::Plugin::Tool::ToolCallbackEventHandler |
Event handler when a tool finishes work.
The event argument has to be of type ToolCallbackEventArgs.