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


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

IDescTable.WriteColumn Method

Writes column to the descriptor table.

[Visual Basic .NET]
Public Function WriteColumn ( _
    ByVal col_index As Integer _
) As IDescColumn
[C#]
public IDescColumn WriteColumn (
    int col_index
);
[C++]
HRESULT WriteColumn(
  long col_index
);
[C++]

Parameters col_index [in]
col_index is a parameter of type long

Product Availability

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

See Also

IDescTable Interface