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


IMdProcess.Execute Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdProcess.Execute Method

Executes the current tool associated with the process using the current parameter values.

[Visual Basic .NET]
Public Sub Execute ( _
    ByVal TrackCancel As ITrackCancel, _
    ByVal pEnvMgr As IGPEnvironmentManager, _
    ByVal Messages As IGPMessages _
)
[C#]
public void Execute (
    ITrackCancel TrackCancel,
    IGPEnvironmentManager pEnvMgr,
    IGPMessages Messages
);
[C++]
HRESULT Execute(
  ITrackCancel* TrackCancel,
  IGPEnvironmentManager* pEnvMgr,
  IGPMessages* Messages
);
[C++]

Parameters TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager Messages [in]
Messages is a parameter of type IGPMessages

Product Availability

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

See Also

IMdProcess Interface