Create Set

Summary

Creates a new selection set for the current layer, with a unique name and default display settings.

Syntax

new_name = RunMacro("G30 create set", set_name)

Return Value

A string with the name of the new selection set.

Notes

  • Makes sure that the selection set named Selection is created, as well as generating default display settings using values shown by Edit-Preferences command.

  • Will create a new set with :1, etc. suffix if the named set already exists.

  • Updates the appropriate editors, toolbars, and toolboxes to show the new selection set.