| Maptitude GISDK Help |
Many GISDK functions work with views and sets. For example, GetFirstRecord() gets the first record in a particular set in a particular view. You specify which view and set you are using with a string that can have one of four formats:
| Syntax... | What it means... |
|---|---|
| viewname|setname | The named view and selection set |
| setname | The named selection set in the current view |
| viewname| | All records in the named view |
| null | All records in the current view |
| ©2025 Caliper Corporation | www.caliper.com |