fmeobjects.FMEMultiPoint.removeLastPart

FMEMultiPoint.removeLastPart()

This removes and returns the last point of the multi point. If there are no points in the multi point, it will return None.

Return type:FMEPoint or None
Returns:The last point of the multi point.
Raises:FMEException – An exception is raised if an error occurred.