![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that store an ordered set of field info.
| 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 and Classes | Description |
|---|---|
| FieldInfoSet | Maintains an ordered set of field info objets. |