Share

IAcadStockTool Interface

Description

This .NET class wraps the IAcadStockTool ObjectARX class.

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

Class Hierarchy

Autodesk.AutoCAD.Windows.ToolPalette.IAcadStockTool
    Autodesk.AutoCAD.Windows.ToolPalette.CustomToolBase

Visual Basic

Public Interface IAcadStockTool

C#

public interface IAcadStockTool;

Links

IAcadStockTool Methods

Was this information helpful?