Name | Description |
UpdateOverlayGraphics | Redraw just the overlay graphics only in a specified view. |
Name | Description |
GraphicsDataSets | The object that can be used with the preview and overlay graphics properties. |
OverlayClientGraphics | The top level object for graphics that are rendered independently from the main scene. |
PreviewClientGraphics | The top level object for graphics that are rendered with the main scene. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
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. |