markerDeleteSourcesMode
graphic markerDeleteSourcesMode cyclic { "all" | "select" }
Description
Defines the source mode for deletion of markers.
-
all:Default. Signifies all markers that match the severities and scope criteria will be deleted. -
select:Signifies that a list of marker owners will be computed and only the sources that have been selected will be deleted.
GUI Equivalent
Examples
envGetVal("graphic" "markerDeleteSourcesMode")
envSetVal("graphic" "markerDeleteSourcesMode" 'cyclic "select")
Related Topics
Return to top