fmeobjects.FMEPalette.setModified¶
-
FMEPalette.
setModified
(modified)¶ Sets whether palette has been modified from baseline state.
Note that
hasBeenModified
is initially set toFalse
. Then, any calls that alter the palette will cause the modified state to becomeTrue
(this does not need to be explicitly set; it will occur automatically).Parameters: modified (bool) – True
when properties is altered.Return type: None