ArcObjects Library Reference (Carto)  

IFieldInfoSet Interface

Provides access to members that store an ordered set of field info.

Product Availability

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

Members

Description
Method Add Adds the given fieldinfo to the end of the set.
Method Clear Empties the set of fields.
Read-only property Count The number of fields.
Read-only property FieldInfo Extended field information for the field at the specified index.
Read-only property FieldName The field name at the specified index.
Method Find Returns the fieldinfo for the field with the specified name.
Method Remove Removes the field with the specified name.

CoClasses that implement IFieldInfoSet

CoClasses and Classes Description
FieldInfoSet Maintains an ordered set of field info objets.