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


IDataMessage.RemoveColumn Method (ArcObjects .NET 10.4 SDK)
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