instLabel
layout instLabel string { "instance" | "master" | "both" }
graphic instLabel string { "instance" | "master" | "both" }
Description
Determines whether the instance name, the master name, or both the instance and master names are to be displayed.
GUI Equivalent
Examples
envGetVal("layout" "instLabel")
envSetVal("layout" "instLabel" 'string "instance")
envGetVal("graphic" "instLabel")
envSetVal("graphic" "instLabel" 'string "both")
Related Topics
Return to top