fmeobjects.FMETriangleFan.getMeasureValueAt
- FMETriangleFan.getMeasureValueAt(index, measureName)
Get the value of the default measure at the ‘index’. If ‘measureName’ is supplied, this method gets the value of the named measure at ‘index’. Returns an error if the measure doesn’t exist or ‘index’ is out of range.
- Parameters:
- Return type:
- Returns:
The value of the default measure at the given index, or the measure named by ‘measureName’ at the given index.
- Raises:
FMEException – An exception is raised if an error occurred.