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 Long pValue [in] pValue is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.