End property (Curve object)

Microsoft Visio Developer Reference

End property (Curve object)

       

Returns the end point of a Curve object.

Version added

5.0

Syntax

retVal = object.End

retVal

Double. Ending value of a Curve object's parameter domain.

object

Required. An expression that returns a Curve object.

Remarks

The End property of a Curve object returns the end point of a curve. A Curve object describes itself in terms of its parameter domain, which is the range [Start(),End()] where End() produces the curve's end point.