This document is archived and information here might be outdated. Recommended version. |
Provides access to the Dispatch Field Info Object.
Name | Description | |
---|---|---|
AddField | Add a field. | |
Count | The number of fields. | |
ExportToString | Export the Value Table to a string. | |
FindFieldByName | Find a field index by name. | |
FindFieldByNewName | Find a field index by new name. | |
GetFieldName | Get the field name by index. | |
GetNewName | Get the new field name by index. | |
GetSplitRule | Get the split rule by index. | |
GetVisible | Get the visible flag by index. | |
LoadFromString | Load the Value Table from a string. | |
RemoveField | Remove a field. | |
SetFieldName | Set the field name by index. | |
SetNewName | Set the new field name by index. | |
SetSplitRule | Set the split rule by index. | |
SetVisible | Set the visible flag by index. |
Classes | Description |
---|---|
GpFieldInfoObject | Geoprocessing Field Info object. |