ArcObjects Library Reference (Geoprocessing)  

IGPTask.Mode Property

The task mode.

[Visual Basic .NET]
Public ReadOnly Property Mode As Integer
[C#]
public int Mode {get;}
[C++]
HRESULT get_Mode(
  long* 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