Share

IAcadTool Interface

Description

This .NET class wraps the IAcadTool ObjectARX class.

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

Class Hierarchy

Autodesk.AutoCAD.Windows.ToolPalette.IAcadTool
    Autodesk.AutoCAD.Windows.ToolPalette.CustomToolBase

Visual Basic

Public Interface IAcadTool

C#

public interface IAcadTool;

Links

IAcadTool Methods, IAcadTool Properties

Was this information helpful?