fmeobjects.FMEPath.removeEndPart
- FMEPath.removeEndPart()
This removes the end
FMESegment
of the path. If there are no segments in theFMEPath
,None
is returned.- Return type:
- Returns:
The
FMESegment
at the end of the path. Returns the terminal geometry of theFMESegment
, either aFMEArc
orFMELine
.