geSetSelProtectionHighlightOptions
geSetSelProtectionHighlightOptions(w_window d_cellview[l_options] ) => t / nil
Description
Sets the highlight options for objects that are marked protected.
Arguments
Value Returned
Examples
Sets the following characteristics of the halo on the selection protected objects: Halo Mode: fadeout, Level: under, Width: thin, and Transparency: 40.
geSetSelProtectionHighlightOptions(windowId cellviewId list("fadeout" "under" "thin" 40)))
Related Topics
Return to top