Class Hierarchy
IAcadStockTool AcadToolImpl
File
AcTc.idl
Description
This interface is defined by the framework. Tool writers implement this interface in a COM object. Each stock tool is implemented in a separate COM object. The framework creates the COM object using information stored in the stock tool file, gets the IAcadStockTool interface, and then calls the interface object's CreateTool() method to create the tools.
IAcadStockTool and IAcadTool may be implemented using two different COM objects, or combined in a single COM object. This interface does not need to be registered.