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


IMdModelEvents.OnIterationExecution Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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