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: |
| object | An expression evaluating to an object of type McGraphObjServer. | | Index | Required. A Long value. Index of the point to return.
| | x | Required. A Single value. x coordinate in image space.
| | y | Required. A Single value. y coordinate in image space. rval : Set to False when the Index is invalid.
|
|