markerDeleteScope
graphic markerDeleteScope cyclic { "cellview" | "hierarchy starting from top cellview" | "hierarchy starting from current cellview" }
Description
Defines the scope of the deletion of markers. You can set the scope for deletion of markers from the current cellview, throughout the hierarchy, or throughout the hierarchy starting with the current cellview.
GUI Equivalent
Examples
envGetVal("graphic" "markerDeleteScope")
envSetVal("graphic" "markerDeleteScope" 'cyclic "hierarchy starting from top cellview")
envSetVal("graphic" "markerDeleteScope" 'cyclic "hierarchy starting from current cellview")
Related Topics
Return to top