fmeobjects.FMEPolygon.measureExists¶
-
FMEPolygon.
measureExists
(measureName)¶ Returns
True
if the specified measure exists andFalse
otherwise. If the ‘measureName’ parameter is not specified then the default measure is checked.Parameters: measureName (str) – (Optional) The measure’s name. Return type: bool Returns: Boolean indicating whether or not the measure exists.