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


IDescTable.WriteRow Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDescTable.WriteRow Method

Writes row of data to the descriptor table.

[Visual Basic .NET]
Public Sub WriteRow ( _
    ByVal row_index As Integer, _
    ByVal Row As IDescRow _
)
[C#]
public void WriteRow (
    int row_index,
    IDescRow Row
);
[C++]
HRESULT WriteRow(
  long row_index,
  IDescRow* Row
);
[C++]

Parameters row_index [in]
row_index is a parameter of type long Row [in]
Row is a parameter of type IDescRow*

Product Availability

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

See Also

IDescTable Interface