fmeobjects.FMELine.insertPointAtIndex¶
-
FMELine.
insertPointAtIndex
(point, index)¶ Insert ‘point’ at ‘index’. All points from that index on will be shifted to allow room for the new point. Any new measures added to the point will be set a default of
None
.Parameters: Return type: Raises: FMEException – An exception is raised if an error occurred.