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


IDataMessage.GetColumn Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDataMessage.GetColumn Method

Returns value for columns in the data message.

[Visual Basic .NET]
Public Function getColumn ( _
    ByVal nIndex As Integer _
) As Object
[C#]
public object getColumn (
    int nIndex
);
[C++]
HRESULT getColumn(
  Long nIndex,
  VARIANT* pValue
);
[C++]

Parameters nIndex [in] nIndex is a parameter of type Long pValue [out, retval] pValue is a parameter of type VARIANT

Product Availability

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

See Also

IDataMessage Interface