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


IFieldInfoSet.Add Method (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 > IFieldInfoSet.Add Method
ArcGIS Developer Help

IFieldInfoSet.Add Method

Adds the given fieldinfo to the end of the set.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal FieldName As String, _
    ByVal FieldInfo As IFieldInfo _
)
[C#]
public void Add (
    string FieldName,
    IFieldInfo FieldInfo
);
[C++]
HRESULT Add(
  BSTR FieldName,
  IFieldInfo* FieldInfo
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR FieldInfo [in]
FieldInfo is a parameter of type IFieldInfo*

Product Availability

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

See Also

IFieldInfoSet Interface