fmeobjects.FMEPoint.setMeasure

FMEPoint.setMeasure(measureValue, measureName)

Sets the value of the default measure, or creates the default measure if it doesn’t exist. If a ‘measureName’ is supplied, this method sets the value of the named measure, or creates the measure if it doesn’t exist.

Parameters:
  • measureValue (float) – The value of the measure

  • measureName (str) – (Optional) The name of the measure whose value is to be set, or created.

Return type:

None