BeginDoubleClick Event |
Triggered after the user double-clicks an object in the drawing.
Signature
object.BeginDoubleClick(PickPoint)
object
Document object
An object expression that evaluates to a valid container object. In
this case, the only valid container is a document.
PickPoint
Variant (three-element array of doubles);
input to the handler
The 3D WCS coordinate that was double-clicked.
Remarks
No events will be fired while a modal dialog is being displayed.
Comments? |