fmeobjects.FMECurve.getStartPoint

FMECurve.getStartPoint()

Returns the start point of this curve. An error is returned and None is returned if this curve has no point to return.

Return type

FMEPoint or None

Returns

The start point of the curve, or None if there is no point to return.

Raises

FMEException – An exception is raised if an error occurred.