Share

Point.VectorTo Method

Parent Object: Point

Description

Gets the vector of translation between this point and the specified point.

Syntax

Point.VectorTo( Point As Point ) As Vector

Parameters

Name Type Description
Point Point Input object that specifies the point.

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.

Version

Introduced in version 4

Was this information helpful?