EndPoint Property |
Specifies the endpoint for the arc, line, or ellipse.
Signature
object.EndPoint
object
Arc,
Line, Ellipse
The object or objects this property applies to.
EndPoint
Variant (three-element array of
doubles);
For the Arc and Ellipse objects this property is read-only.
For the Line object this property is read-write.
A 3D coordinate representing the endpoint of the object.
Remarks
The endpoint for an arc, ellipse, and line
NOTE You cannot change the endpoint of an arc or an ellipse. To edit an arc, use the EndAngle and Radius properties. To edit an ellipse, use the EndAngle, MajorAxis, and RadiusRatio properties.
Comments? |