Remove the point at ‘index’. Null is returned if the index is out of range.
index (int) – The index of the point to remove.
FMEPoint or None
The point removed, or None if the index is out of range.
None