Curve.GetEndPointReference
Description:
Returns a stable reference to the start point or the end point of the curve.
Returns a stable reference to the start point or the end point of the curve.
public Reference GetEndPointReference(
int index
)
-
Int32indexUse 0 for the start point; 1 for the end point.
Return Value
nullNothingnullptr
Reference to the point or null Nothing nullptr a null reference ( Nothing in Visual Basic) if reference cannot be obtained.
-
Thrown when the specified index is not 0 or 1.
-
Thrown when the object is internally marked as read-only or this curve is unbound.