fmeobjects.FMEMultiSolid.measureExists¶
-
FMEMultiSolid.measureExists(measureName)¶ Returns
Trueif the specified measure exists andFalseotherwise. 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.