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


IGPValueTable.AddDataType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface > IGPValueTable.AddDataType Method
ArcGIS Developer Help

IGPValueTable.AddDataType Method

Adds the data type as a column to the value table.

[Visual Basic .NET]
Public Sub AddDataType ( _
    ByVal pDataType As IGPDataType _
)
[C#]
public void AddDataType (
    IGPDataType pDataType
);
[C++]
HRESULT AddDataType(
  IGPDataType* pDataType
);
[C++]
Parameters
pDataType [in]

pDataType is a parameter of type IGPDataType*

Product Availability

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

See Also

IGPValueTable Interface