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


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

IFieldInfoSet.Remove Method

Removes the field with the specified name.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal FieldName As String _
)
[C#]
public void Remove (
    string FieldName
);
[C++]
HRESULT Remove(
  BSTR FieldName
);
[C++]

Parameters FieldName [in] FieldName is a parameter of type BSTR

Product Availability

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

See Also

IFieldInfoSet Interface