fmeobjects.FMEOrientedArc.setMeasure

FMEOrientedArc.setMeasure(measureName, startPointValue, endPointValue)

Assign the given values to the specified measure. This will create the measure if it doesn’t already exist.

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

  • startPointValue (float) – The start point value of the measure.

  • endPointValue (float) – The end point value of the measure.

Return type:

None