Share

IAcadTool Interface

Class Hierarchy

IAcadTool
    AcadToolImpl

File

AcTc.idl

Description

This interface provides the primary communication channel between the tool palette framework and tools implemented by tool writers. It is defined by the framework, which uses tools through this interface.

Tool writers implement this interface in a COM object. IAcadStockTool and IAcadTool may be implemented either as two different COM objects, or as a single COM object.

This interface does not need to be registered, nor does it need to be exposed through the IAcadStockTool::QueryInterface() method. The framework uses the IAcadStockTool::CreateTool() method to get the IAcadTool interface.

Links

IAcadTool Methods

Was this information helpful?