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


IDescColumn.Type Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDescColumn.Type Method

The type of the values in this column of the descriptor table.

[Visual Basic .NET]
Public Function Type ( _
) As Short
[C#]
public short Type (
);
[C++]
HRESULT Type(
void
);

Product Availability

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

See Also

IDescColumn Interface