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