select_all#

legend.select_all() int#

Selects all legends that are currently visible, for which other attributes will be set or modified.

If any legends are currently visible, but not currently selected, this command will cause them to become selected. Thus, subsequent attribute modifications will apply to all visible legends.
Examples:
ensight.legend.select_all()
ensight.legend.type("continuous")
# WARNING: following line includes OBSOLETE call (ensight.legend.title).
ensight.legend.title("below")
Returns:

zero on success, non-zero on error