ArcObjects Library Reference (GeoDatabaseExtensions)  

IDataMessage.RemoveColumn Method

Removes a column from the data message.

[Visual Basic .NET]
Public Sub removeColumn ( _
    ByVal nIndex As Integer _
)
[C#]
public void removeColumn (
    int nIndex
);
[C++]
HRESULT removeColumn(
  Long nIndex
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type Long

Product Availability

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

See Also

IDataMessage Interface