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


IDescTable.ReadRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescTable Interface > IDescTable.ReadRow Method
ArcGIS Developer Help

IDescTable.ReadRow Method

Returns a row from the the descriptor table.

[Visual Basic .NET]
Public Function ReadRow ( _
    ByVal row_index As Integer _
) As IDescRow
[C#]
public IDescRow ReadRow (
    int row_index
);
[C++]
HRESULT ReadRow(
  long row_index
);
[C++]
Parameters
row_index [in]

row_index is a parameter of type long

Product Availability

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

See Also

IDescTable Interface