WorkPoint.Definition Property
Parent Object: WorkPointDescription
Property that returns one of the work point definition objects. Which definition object returned will depend on how the work point is defined. The DefinitionType property can be used to determine the type of definition the Definition property will return.
Syntax
WorkPoint.Definition() As ObjectProperty Value
This is a read only property whose value is an Object.Samples
Name | Description |
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. |