fmeobjects.FMEBand.setDeleteSourceOnDestroy

FMEBand.setDeleteSourceOnDestroy(deleteFlag)

Sets delete flag, identifying whether the band 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.