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


IGPParameterEdit.DataType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.DataType Property

Data type of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property DataType
[C#]
public void DataType {set;}
[C++]
HRESULT putref_DataType(
  IGPDataType* 
);
[C++]

Parameters [in]
is a parameter of type IGPDataType

Product Availability

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

See Also

IGPParameterEdit Interface

.NET Related Topics

Building a custom geoprocessing function tool