Maptitude GISDK Help |
Sets the columns displayed in an editor.
SetColumnArray(string editor_name, array names)
Argument |
Contents |
editor_name |
The name of the editor, or null for the current editor |
names |
An array of names of the fields to display |
Can also be called as SetEditorFields().
The editor displays the specified columns in the order in which they appear in the names array. If the editor is not large enough to display all the columns simultaneously, it displays a horizontal scroll bar with which the user can view all the columns.
// Display only the name and population fields on the county editor
SetColumnArray("Counties", {"Name", "[Population 1990]"})
Error Type |
Meaning |
NotFound |
The specified editor or one of the specified fields does not exist |
Function |
Summary |
Creates a new editor window |
|
Gets a list of the columns displayed in an editor |
|
Gets the order of rows in an editor |
|
Sets the order in which rows appear in an editor |
©2025 Caliper Corporation | www.caliper.com |