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


IFieldInfoSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface
ArcGIS Developer Help

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

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

Classes that implement IFieldInfoSet

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