Curve.GetEndPoint
Description:
Returns the 3D point at the start or end of this curve.
Returns the 3D point at the start or end of this curve.
public XYZ GetEndPoint(
int index
)
-
Int32index0 for the start or 1 for end of the curve.
-
curve is unbound and does not have start and end points. -or- index must be 0 for the start of the curve or 1 for the end.
-
A non-optional argument was NULL