RenameSet()

Summary

Changes the name of a selection set.

Syntax

actual_name = RenameSet(string set_name, string new_name)

Argument Contents
set_name The name of the set
new_name The new name of the set

Returns

A string indicating new_name, or a modified version of new_name if a set with the specified name already exists.

Error Codes

Error Type Meaning
Error The set name is invalid
NotFound There is no set named set_name

See Also

Function Summary
CreateSet() Creates a selection set