BeginRightClick Event

Triggered after the user right-clicks on the drawing window.

See Also | Example

Signature

object.BeginRightClick(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 right-clicked.

Remarks

No events will be fired while a modal dialog is being displayed.

 

   Comments?