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


IGPTask.InitPackage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTask.InitPackage Method

Initialize the task.

[Visual Basic .NET]
Public Sub InitPackage ( _
    ByVal Process As IMdProcess _
)
[C#]
public void InitPackage (
    IMdProcess Process
);
[C++]
HRESULT InitPackage(
  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