createInstResetCDF
layout createInstResetCDF boolean { t | nil }
Description
Specifies whether the Create Instance command retains the current effective CDF values for a component when the same component is placed at a later time.
The default is nil. When set to t, the editor CDF resets the CDF values to their default settings when you start the Create Instance command.
GUI Equivalent
Examples
envGetVal("layout" "createInstResetCDF")
envSetVal("layout" "createInstResetCDF" 'boolean t)
Related Topics
Return to top