pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::Tool::ToolCallbackEventArgs Class Reference

Event args of ToolBase callback. More...

Inherits EventArgs.

Properties

DbEntity^  CreatedEntity [get]
 Returns the created entity. More...
 
bool Aborted [get]
 True if the tool was aborted. More...
 

Detailed Description

Event args of ToolBase callback.

Property Documentation

bool X3g::Plugin::Tool::ToolCallbackEventArgs::Aborted
get

True if the tool was aborted.

DbEntity^ X3g::Plugin::Tool::ToolCallbackEventArgs::CreatedEntity
get

Returns the created entity.