convertEachInstanceIntoMosaic
layout convertEachInstanceIntoMosaic 'boolean { t | nil }
Description
Specifies the mode for the Convert to Mosaic command. The command converts the currently selected instances into the equivalent number of individual mosaics.
The default is t. When set to nil, the command converts the currently selected instances into a single mosaic.
GUI Equivalent
Examples
envGetVal("layout" "convertEachInstanceIntoMosaic")
envSetVal("layout" "convertEachInstanceIntoMosaic" 'boolean nil)
Related Topics
Converting Instances to Mosaics
Return to top