startLevel
layout startLevel int highestLevel
graphic startLevel int highestLevel
Description
Specifies the number of the highest level in the hierarchy visible. Enter any integer from 0 to 32.
GUI Equivalent
Examples
envGetVal("layout" "startLevel")
envSetVal("layout" "startLevel" 'int 10)
envGetVal("graphic" "startLevel")
envSetVal("graphic" "startLevel" 'int 10)
Related Topics
Return to top