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


IGPTask.Init Method (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.Init Method
ArcGIS Developer Help

IGPTask.Init Method

Initialize the task.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Process As IMdProcess _
)
[C#]
public void Init (
    IMdProcess Process
);
[C++]
HRESULT Init(
  IMdProcess* Process
);
[C++]
Parameters
Process [in]

Process is a parameter of type IMdProcess*

Product Availability

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

See Also

IGPTask Interface