fmeobjects.FMEPoint.getMeasureValue
- FMEPoint.getMeasureValue(measureName)
Returns the value of the default measure or the value of the measure named by ‘measureName’.
- Parameters:
measureName (str) – (Optional) The name of the measure whose value is to be returned.
- Return type:
- Returns:
The value of the default measure, or the measure named by ‘measureName’.
- Raises:
FMEException – An exception is raised if an error occurred.