Description

Return the coordinates of a defining point.

Return Type

A Boolean value.  

Syntax

object.GetPoint (Index, x, y)

The GetPoint Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjServer.
IndexRequired. A Long value.

Index of the point to return.

xRequired. A Single value.

x coordinate in image space.

yRequired. A Single value.

y coordinate in image space. rval : Set to False when the Index is invalid.