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


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

IGPTask.Mode Property

The task mode.

[Visual Basic .NET]
Public ReadOnly Property Mode As Integer
[C#]
public int Mode {get;}
[C++]
HRESULT get_Mode(
  System.Int32* Mode
);
[C++]
Parameters
Mode [out, retval]

Mode is a parameter of type long*

Product Availability

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

See Also

IGPTask Interface