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


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

IGPFieldInfo Interface

Provides access to the properties/methods of a geoprocessing field info object.

Product Availability

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

Members

Name Description
Method AddField Add a field to the field info object.
Read-only property Count The number of fields in the field info object.
Method FindFieldByIndex Returns the index of the field in the field info object matching given the field index.
Method FindFieldByName Returns the index of the field in the field info object matching given the field name.
Method FindFieldByNewName Returns the index of the field in the field info object matching given the field new name.
Method GetFieldIndex Returns the field index of the specified field in the field info object.
Method GetFieldName Returns the name of the specified field in the field info object.
Method GetNamingError Returns whether there is an error with the specified field in the field info object.
Method GetNewName Returns the new name of the specified field in the field info object.
Method GetSplitRule Returns the split rule of the specified field in the field info object.
Method GetVisible Returns the visibility of the specified field in the field info object.
Method Initialize Initializes the field info object using the field information from the given table/workspace.
Method Merge Merges the field information from the given table data element into the field info object.
Method RemoveAll Removes all the fields from the field info object.
Method RemoveField Removes the given field from the field info object.
Method SetFieldIndex Sets the name of the specified field in the field info object.
Method SetFieldName Sets the name of the specified field in the field info object.
Method SetNamingError Sets whether there is an error with the specified field in the field info object.
Method SetNewName Sets the new name of the specified field in the field info object.
Method SetSplitRule Sets the split rule of the specified field in the field info object.
Method SetVisible Sets the visibility of the specified field in the field info object.

Classes that implement IGPFieldInfo

Classes Description
GPFieldInfo Geoprocessing value object describing a set of fields.