selectOnlyInstWithSelectableShapes
layout selectOnlyInstWithSelectableShapes boolean { t | nil }
Description
Determines whether instances are selectable.
An instance or instances are selected when the Instances option is on, even if none of the shapes within them are on selectable layers when the default value nil is used.
When set to t, an instance is selected only if Instances is selected in the Objects assistant and the instance or instances contain shapes that are on selectable layers.
GUI Equivalent
Examples
envGetVal("layout" "selectOnlyInstWithSelectableShapes")
envSetVal("layout" "selectOnlyInstWithSelectableShapes" 'boolean t)
Related Topics
Return to top