Start property
Returns the start of a Curve object's parameter domain.
Version added
5.0
Syntax
| |
retVal |
Double. Starting value of a Curve object's parameter domain. |
object |
Required. An expression that returns a Curve object. |
Remarks
The Start property of curve returns the coordinates of the curve's starting point. A Curve object describes itself in terms of its parameter domain, which is the range [Start(),End()] where Start() produces the curve's starting point.