GetSets()

Summary

Gets a list of the names of selection sets for a view.

Syntax

sets_list = GetSets(string view_name)

Argument Contents
view_name The name of a view

Returns

An array of all the set names (strings) of the view, or null if the view has no sets.

Example

set_list = GetSets("U.S. States")

Error Codes

Error Type Meaning
NotFound The specified view does not exist, or the view_name is null and there is no current view

See Also

Function Summary
CreateSet() Creates a new, empty set on the current view
DeleteSet() Deletes a set from the current view