Description
This .NET class wraps the IAcadToolDropTarget ObjectARX class.
A stock tool implements IAcadToolDropTarget interface to handle objects dragged and dropped in the palette. This interface is queried from the IAcadStockTool interface. Its functionality is basically equivalent to the IDropTarget interface. However, an IAcadToolDropTarget interface implemented by IAcadStockTool can create multiple tools from the drag-and-drop object, whereas the IDropTarget interface implemented by IAcadTool may create only one tool.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.IAcadToolDropTarget
Visual Basic
Public Interface IAcadToolDropTarget
C#
public interface IAcadToolDropTarget;