fmeobjects.FMELine.removePointAt

FMELine.removePointAt(index)

Remove the point at ‘index’. Null is returned if the index is out of range.

Parameters:

index (int) – The index of the point to remove.

Return type:

FMEPoint or None

Returns:

The point removed, or None if the index is out of range.