GetFieldSets()

Summary

Gets the field sets for a Standard Caliper Geographic file.

Changes

Added to Version 2019.

Syntax

set_array = GetFieldSets(string view_name)

Argument Contents
view_name The name of a view

Returns

An array of sets where each set is an array in the form {string set_name, array field_names}.

Notes

  • set_info is an array of sets previously saved with SetFieldSets().

  • Field sets are only supported for table files hard-linked to Standard Caliper Geographic files (.DBD) or Caliper Compact Geographic files (.CDF).

Error Codes

Error Type Meaning
Error set_info is not in the right form

See Also

Function Summary
SetFieldSets() Sets the field sets for a Standard Caliper Geographic file