| Maptitude GISDK Help |
Gets the name of the view and selection set that are displayed in an editor.
view_bar_set = GetEditorView(string editor_name)
| Argument | Contents |
|---|---|
| editor_name | The name of the editor, or null for the current editor |
A string specifying the view and set (separated by a vertical bar) of the records currently displayed in the editor.
vbs = GetEditorView()
pieces = SplitString(vbs)
if pieces[2] = null then ShowMessage("The editor is not displaying a set.")
else ShowMessage("The editor is displaying set: " + pieces[2])
| Error Type | Meaning |
|---|---|
| NotFound | The specified editor does not exist. |
| Function | Summary |
|---|---|
| SetEditorView() | Changes the view and set of records displayed in an editor |
| CreateEditor() | Creates a new editor window |
| ©2025 Caliper Corporation | www.caliper.com |