This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface > IGPValueTable.AddDataType Method (ArcObjects .NET 10.5 SDK) |
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