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


IGPEnvironment.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.DataType Property
ArcGIS Developer Help

IGPEnvironment.DataType Property

Data type of acceptable values of the geoprocessing environment.

[Visual Basic .NET]
Public Property DataType As IGPDataType
[C#]
public IGPDataType DataType {get; set;}
[C++]
HRESULT get_DataType(
  IGPDataType** DataType
);
[C++]
HRESULT putref_DataType(
  IGPDataType* DataType
);
[C++]
Parameters
DataType [out, retval]

DataType is a parameter of type IGPDataType** DataType [in]
DataType is a parameter of type IGPDataType*

Product Availability

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

Remarks

The DataType property is used to access the DataType object associated with this Environment object.

See Also

IGPEnvironment Interface