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


IMdModelEvents.OnIterationExecution Event (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 > IMdModelEvents.OnIterationExecution Event
ArcGIS Developer Help

IMdModelEvents.OnIterationExecution Event

Called at the end of Model Iteration to remove intermediate data.

[Visual Basic .NET]
Public Event OnIterationExecution As OnIterationExecutionEventHandler
[C#]
public event OnIterationExecutionEventHandler OnIterationExecution
[C++]
HRESULT OnIterationExecution(
void
);

Product Availability

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

See Also

IMdModelEvents Interface