fmeobjects.FMELine.getPointAt
- FMELine.getPointAt(index)
Gets the point at the specified ‘index’. An error is returned if the index is out of range.
- Parameters
index (int) – The index which to retrieve the point from.
- Return type
- Returns
The point at the supplied index.
- Raises
FMEException – An exception is raised if an error occurred.