ArcObjects Library Reference (Geoprocessing)  

IGpFieldInfoObject Interface

Provides access to the Dispatch Field Info Object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddField Add a field.
Read-only property Count The number of fields.
Method ExportToString Export the Value Table to a string.
Method FindFieldByName Find a field index by name.
Method FindFieldByNewName Find a field index by new name.
Method GetFieldName Get the field name by index.
Method GetNewName Get the new field name by index.
Method GetSplitRule Get the split rule by index.
Method GetVisible Get the visible flag by index.
Method LoadFromString Load the Value Table from a string.
Method RemoveField Remove a field.
Method SetFieldName Set the field name by index.
Method SetNewName Set the new field name by index.
Method SetSplitRule Set the split rule by index.
Method SetVisible Set the visible flag by index.

CoClasses that implement IGpFieldInfoObject

CoClasses and Classes Description
GpFieldInfoObject Geoprocessing Field Info object.