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 | ||
---|---|---|
Add | Adds the given fieldinfo to the end of the set. | |
Clear | Empties the set of fields. | |
Count | The number of fields. | |
FieldInfo | Extended field information for the field at the specified index. | |
FieldName | The field name at the specified index. | |
Find | Returns the fieldinfo for the field with the specified name. | |
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. |