StartPoint property

Returns the start point of an arc, ellipse, or line.

Syntax

ObjectVariable = object.StartPoint

Where:

     ObjectVariable is a variable representing a Point object;

     Object is an Arc, Ellipse, or Line object.

Examples ...

EndPoint property example