Share

DropPointHandler Type

Description

This is type Autodesk.AutoCAD.Windows.ToolPalette.DropPointHandler.

C#

public delegate void DropPointHandler(Point3d point);

Visual Basic

Public Delegate Sub DropPointHandler(Point3d point) As void

Was this information helpful?