![]() |
pCon.planner Plugin SDK
Version 8.9
|
Base class of internal tools. More...
Public Member Functions | |
bool | Start () |
Try to start the tool. More... | |
Properties | |
DbEntity^ | CreatedEntity [get] |
Returns the created entity. More... | |
bool | IsRunning [get] |
True if the tool is running. More... | |
Events | |
ToolCallbackEventHandler^ | ToolUpdated |
Occurs when tool finished work. More... | |
Base class of internal tools.
bool X3g::Plugin::Tool::ToolBase::Start | ( | ) |
Try to start the tool.
On success true is returned.
|
get |
Returns the created entity.
|
get |
True if the tool is running.
ToolCallbackEventHandler^ X3g::Plugin::Tool::ToolBase::ToolUpdated |
Occurs when tool finished work.