SetFieldSets()
Summary
Sets the field sets for a Standard Caliper Geographic file.
Changes
Added to Version 2019.
Syntax
SetFieldSets(string view_name, array set_info)
| Argument | Contents |
|---|---|
| view_name | The name of a view |
| set_info | An array of field sets |
Notes
-
Field sets are only supported for table files hard-linked to Standard Caliper Geographic files (.DBD) or Caliper Compact Geographic files (.CDF).
-
set_info should be an array of sets where each set is an array in the form {string set_name, array field_names}
Error Codes
| Error Type | Meaning |
|---|---|
| Error | set_info is not in the right form |
See Also
| Function | Summary |
|---|---|
| GetFieldSets() | Gets the field sets for a Standard Caliper Geographic file |