pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Classes | Typedefs
X3g::Plugin::Tool Namespace Reference

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...
 

Detailed Description

Namespace provides access to different tools.

Typedef Documentation

Event handler when a tool finishes work.

The event argument has to be of type ToolCallbackEventArgs.