Maptitude GISDK Help

SetInvert()

Summary

Selects all features that are not part of another selection set.

 

Syntax

n = SetInvert(string set_name, string input_set)

 

Argument Contents
set_name The set to be created
input_set The set to invert

 

Returns

The number of elements in the set.

 

Notes

Example

n = SetInvert("Not High Income", "High Income")

 

Error Codes

Error Type Meaning
Error The set name is invalid or the input set is invalid
NotFound The input set cannot be found

 

See Also

Function Summary
CreateSet() Creates a new, empty set on the current view
IsMember() Tests whether a record is a member of a selection set
SetAND() Selects features that are in all of several input selection sets
SetOR() Selects features in any of several input sets
SetXOR() Selects features that are in only one of several selection sets

 

 

©2025 Caliper Corporation www.caliper.com