This document is archived and information here might be outdated.  Recommended version.


IGpFieldInfoObject Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldInfoObject Interface
ArcGIS Developer Help

IGpFieldInfoObject Interface

Provides access to the Dispatch Field Info Object.

Product Availability

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

Members

Name 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.

Classes that implement IGpFieldInfoObject

Classes Description
GpFieldInfoObject Geoprocessing Field Info object.