ArcObjects Library Reference (Geoprocessing)  

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

.NET Related Topics

Building a custom geoprocessing function tool |