drawInstancePins
layout drawInstancePins boolean { t | nil }
graphic drawInstancePins boolean { t | nil }
Description
Controls the display of the pins that are one level more than the stop display level. Enabling drawInstancePins can affect the redraw performance.
The layout default is nil, the graphic default is t.
GUI Equivalent
Examples
envGetVal("layout" "drawInstancePins")
envSetVal("layout" "drawInstancePins" 'boolean t)
envGetVal("graphic" "drawInstancePins")
envSetVal("graphic" "drawInstancePins" 'boolean nil)
Related Topics
Return to top