InteractionEvents.InteractionGraphics Property
Parent Object: InteractionEventsDescription
Gets the Interaction Graphics object.
Syntax
InteractionEvents.InteractionGraphics() As InteractionGraphicsProperty Value
This is a read only property whose value is an InteractionGraphics.Samples
Name | Description |
InteractionGraphics | The sample creates overlay graphics. |
OnDrag Event - dragging a WorkPoint | This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |