fmeobjects.FMEPalette.setModified

FMEPalette.setModified(modified)

Sets whether palette has been modified from baseline state.

Note that hasBeenModified is initially set to False. Then, any calls that alter the palette will cause the modified state to become True (this does not need to be explicitly set; it will occur automatically).

Parameters:

modified (bool) – True when properties is altered.

Return type:

None