fmeobjects.FMELine.getStartPoint¶
-
FMELine.getStartPoint()¶ Returns the start point of this curve. An error is returned and
Noneis returned if this curve has no point to return.Return type: FMEPoint or None Returns: The start point of the curve, or Noneif there is no point to return.Raises: FMEException – An exception is raised if an error occurred.