fmeobjects.FMEBandTilePopulator.setDeleteSourceOnDestroy¶
-
FMEBandTilePopulator.setDeleteSourceOnDestroy(deleteFlag)¶ Sets ‘deleteFlag’, identifying whether a populator should delete its source data file when destroyed.
Parameters: deleteFlag (bool) – Trueto delete,Falsenot to delete.Return type: None Raises: FMEException – An exception is raised if an error occurred. This method must be implemented in the
FMEBandTilePopulatorsubclass.