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


IMdModelEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelEvents Interface
ArcGIS Developer Help

IMdModelEvents Interface

Provides access to model events.

Product Availability

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

Members

Name Description
Method OnBeginProcessExecution Called when the execution of a process begins.
Method OnEndProcessExecution Called when the execution of a process ends.
Method OnIterationExecution Called at the end of Model Iteration to remove intermediate data.
Method OnProcessChanged Called when the process parameters changed.

Classes that implement IMdModelEvents

Classes Description
MdModel A collection of model variables and processes, used to execute multiple geoprocessing tools in some order.
MdModelEventsHelper Helper for working with IMdModelEvents.