Maptitude GISDK Help |
Removes all records from a selection set.
Optional options array added in Version 2019.
n_selected = SelectNone(string set_name [, array options])
Argument |
Contents |
set_name |
The name of the selection set |
Option |
Type |
Contents |
Display |
Boolean |
"True" or "False" overriding the current setting; for more information, see SetSelectDisplay() |
Auto Redraw |
Boolean |
"True" or "False" overriding the current setting; for more information, see SetSelectAutoRedraw() |
An integer indicating the number of records in the selection set (always zero).
The options array is an optional argument.
If the set does not already exist, SelectNone() creates an empty set. If it already exists, the contents of the set are removed.
All selection commands operate on the current layer.
SelectNone("Selection")
Error Type |
Meaning |
Error |
The selection set name is invalid. |
Function |
Summary |
Selects all the records in the current view |
©2025 Caliper Corporation | www.caliper.com |