fmeobjects.FMEMultiPoint.getPartAt
- FMEMultiPoint.getPartAt(index)
This method returns the point at the given index.
None
is returned if the index is out of range.- Parameters:
index (int) – The index of the point part to return.
- Return type:
FMEPoint or None
- Returns:
The point at the given index.
- Raises:
FMEException – An exception is raised if an error occurred.