fmeobjects.FMELine.setMeasureAt
- FMELine.setMeasureAt(index, measureValue, measureName)
Set the default measure of the point at ‘index’ to the given ‘measureValue’. If ‘measureName’ is supplied, this method sets the given measure of the point at ‘index’ to ‘measureValue’. It will create the measure, if it doesn’t already exist, and set the measures to all points, other than the point at the given index, to
None
. An error will be returned if the index is out of range.- Parameters:
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.