markerDeleteSources
graphic markerDeleteSources string { "VLS Connectivity:nil" | "Default:t" }
Description
Defines the state of the sources. The string to be specified in the environment variable is tool name followed by its state t or nil. The tool name and state are separated by a colon (:). Multiple tools are separated by a comma.
The Default key can be used to set the state of any other tool by default.
GUI Equivalent
Examples
envGetVal("graphic" "markerDeleteSources")
envSetVal("graphic" "markerDeleteSources" 'string "VLS Connectivity:t")
Related Topics
Return to top