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


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

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