fmeobjects.FMEBandTilePopulator.setDeleteSourceOnDestroy

FMEBandTilePopulator.setDeleteSourceOnDestroy(deleteFlag)

Sets ‘deleteFlag’, identifying whether a populator should delete its source data file when destroyed.

Parameters:deleteFlag (bool) – True to delete, False not to delete.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.

This method must be implemented in the FMEBandTilePopulator subclass.