Maptitude GISDK Help |
Returns the view, field name, and field spec for a field.
info_array = GetField(string field_spec)
Argument |
Contents |
field_spec |
A field spec |
An array of three elements.
Element |
Type |
Contents |
1 |
String |
The complete field spec |
2 |
String |
Name of the view containing the field |
3 |
String |
The field name |
The full field specification, view name and field name returned by GetField() are like those returned by other functions that return view names, field specs, and field names. Thus, GetField() is useful for conversion purposes.
inf = GetField("States.Name")
Error Type |
Meaning |
Error |
The input field specification is ambiguous |
NotFound |
The input field does not exist |
Function |
Summary |
Gets a list of the fields in a view |
|
Creates a list of the fields that are mappable to a layer |
|
Gets a list of the editable fields in a view |
|
Gets a list of the read-only fields in a view |
|
Gets the full field spec of the ID field for a layer |
©2025 Caliper Corporation | www.caliper.com |