Share

DropPointHandler Type

Description

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

Visual Basic

Public Delegate Sub DropPointHandler(Point3d point) As void

C#

public delegate void DropPointHandler(Point3d point);

Was this information helpful?