fmeobjects.FMEPath.getPartAt
- FMEPath.getPartAt(index)
This returns the part of the
FMEPathat the given index. This returnsNoneif the index is out of range.- Parameters:
index (int) – The index to retrieve the part from.
- Return type:
- Returns:
The
FMESegmentat the given index. Returns the terminal geometry of theFMESegment, either aFMEArcorFMELine.