This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.Add Method (ArcObjects .NET 10.4 SDK) |
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