Provides access to the Dispatch Field Info Object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement IGpFieldInfoObject
CoClasses and Classes | Description |
---|---|
GpFieldInfoObject | Geoprocessing Field Info object. |