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


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

IDescTable.AddColumn Method

Adds a column to the descriptor table.

[Visual Basic .NET]
Public Sub AddColumn ( _
    ByVal col_index As Integer, _
    ByVal col As IDescColumn _
)
[C#]
public void AddColumn (
    int col_index,
    IDescColumn col
);
[C++]
HRESULT AddColumn(
  long col_index,
  IDescColumn* col
);
[C++]

Parameters col_index [in]
col_index is a parameter of type long col [in]
col is a parameter of type IDescColumn*

Product Availability

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

See Also

IDescTable Interface