| Maptitude GISDK Help |
Returns a full field spec for a field name.
Added to Version 5.0.
field_spec = GetFieldFullSpec(string view_name, string field_name)
| Argument | Contents |
|---|---|
| view_name | A view name |
| field_name | A field name |
A string with the full field spec.
The field spec is a string that include both the view name and the field name.
field_spec = GetFieldFullSpec("States", "Name")
| Error Type | Meaning |
|---|---|
| NotFound | The view name or field name does not exist |
| Function | Summary |
|---|---|
| GetFields() | Gets a list of the fields in a view |
| GetMappableFields() | Creates a list of the fields that are mappable to a layer |
| GetEditableFields() | Gets a list of the editable fields in a view |
| GetReadOnlyFields() | Gets a list of the read-only fields in a view |
| GetIDField() | Gets the full field spec of the ID field for a layer |
| ©2025 Caliper Corporation | www.caliper.com |