Returns the end point of an arc, ellipse, or line.
Syntax
ObjectVariable = object.EndPoint
Where:
ObjectVariable is a variable representing a Point object;
Object is an Arc, Ellipse, or Line object.
Examples ...
EndPoint property example