updateColorOnActivate
mpt updateColorOnActivate cyclic { "ask" | "always" | "never" }
Description
Determines whether coloring will be updated when the color engine is turned on and the design contains outdated coloring data.
-
ask: The Automatic UpdateColor dialog box appears. -
always: Hierarchical coloring is automatically performed on designs containing outdated coloring data. -
never: Coloring is not updated.
GUI Equivalent
Examples
envGetVal("mpt" "updateColorOnActivate")
envSetVal("mpt" "updateColorOnActivate" 'cyclic "ask")
envSetVal("mpt" "updateColorOnActivate" 'cyclic "always")
Related Topics
When the Color Engine Is Activated
Return to top