Provides access to the properties/methods of a geoprocessing field info object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddField | Add a field to the field info object. | |
Count | The number of fields in the field info object. | |
FindFieldByIndex | Returns the index of the field in the field info object matching given the field index. | |
FindFieldByName | Returns the index of the field in the field info object matching given the field name. | |
FindFieldByNewName | Returns the index of the field in the field info object matching given the field new name. | |
GetFieldIndex | Returns the field index of the specified field in the field info object. | |
GetFieldName | Returns the name of the specified field in the field info object. | |
GetNamingError | Returns whether there is an error with the specified field in the field info object. | |
GetNewName | Returns the new name of the specified field in the field info object. | |
GetSplitRule | Returns the split rule of the specified field in the field info object. | |
GetVisible | Returns the visibility of the specified field in the field info object. | |
Initialize | Initializes the field info object using the field information from the given table/workspace. | |
Merge | Merges the field information from the given table data element into the field info object. | |
RemoveAll | Removes all the fields from the field info object. | |
RemoveField | Removes the given field from the field info object. | |
SetFieldIndex | Sets the name of the specified field in the field info object. | |
SetFieldName | Sets the name of the specified field in the field info object. | |
SetNamingError | Sets whether there is an error with the specified field in the field info object. | |
SetNewName | Sets the new name of the specified field in the field info object. | |
SetSplitRule | Sets the split rule of the specified field in the field info object. | |
SetVisible | Sets the visibility of the specified field in the field info object. |
CoClasses that implement IGPFieldInfo
CoClasses and Classes | Description |
---|---|
GPFieldInfo | Geoprocessing value object describing a set of fields. |