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


IDataMessage.SetColumn Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDataMessage Interface > IDataMessage.SetColumn Method
ArcGIS Developer Help

IDataMessage.SetColumn Method

Sets the number of columns in a data message.

[Visual Basic .NET]
Public Sub setColumn ( _
    ByVal nIndex As Integer, _
    ByRef pValue As Object _
)
[C#]
public void setColumn (
    int nIndex,
    ref object pValue
);
[C++]
HRESULT setColumn(
  Long nIndex,
  Variant* pValue
);
[C++]
Parameters
nIndex [in]

nIndex is a parameter of type int pValue [in]
pValue is a parameter of type VARIANT*

Product Availability

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

See Also

IDataMessage Interface