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


IFieldInfoSet.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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