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


IGPValueTableType.DataType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPValueTableType.DataType Property

The data type object of the given column index.

[Visual Basic .NET]
Public Function get_DataType ( _
    ByVal Index As Integer _
) As IGPDataType
[C#]
public IGPDataType get_DataType (
    int Index
);
[C++]
HRESULT get_DataType(
  long Index,
  IGPDataType** ppDataType
);
[C++]

Parameters Index [in] Index is a parameter of type long ppDataType [out, retval]
ppDataType is a parameter of type IGPDataType

Product Availability

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

See Also

IGPValueTableType Interface