fmeobjects.FMETriangleFan.getMeasureValues

FMETriangleFan.getMeasureValues(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:

list[float]

Returns:

The values of the default measure, or the measures named by ‘measureName’.

Raises:

FMEException – An exception is raised if an error occurred.