This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDataMessage Interface > IDataMessage.GetRawColumn Method (ArcObjects .NET 10.4 SDK) |
Returns the Raw column info. For Objects it is a array of bytes conforming to the IPersist Stream format.
[Visual Basic .NET] Public Function getRawColumn ( _ ByVal nIndex As Integer _ ) As Object
[C#] public object getRawColumn ( int nIndex );
[C++]
HRESULT getRawColumn(
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