markerDeleteAccessModeIsEdit
graphic markerDeleteAccessModeIsEdit boolean { t | nil }
Description
Lets you specify if you want to open the cellview in read or edit mode when deleting the markers.
The default is t, which means that the cellview is re-opened in edit mode for deleting markers. In this mode, you can additionally set markerDeleteConfirmModeChange to t to get a confirmation dialog box.
When set to nil, markers are deleted and the cellview remains in read mode.
GUI Equivalent
Examples
envGetVal("graphic" "markerDeleteAccessModeIsEdit")
envSetVal("graphic" "markerDeleteAccessModeIsEdit" 'boolean nil)
Related Topics
Return to top