This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithmEvents Interface > ISchematicAlgorithmEvents.AfterExecuteAlgorithm Event (ArcObjects .NET 10.5 SDK) |
Called after a schematic algorithm is executed.
[Visual Basic .NET] Public Event AfterExecuteAlgorithm As AfterExecuteAlgorithmEventHandler
[C#] public event AfterExecuteAlgorithmEventHandler AfterExecuteAlgorithm
[C++]
HRESULT AfterExecuteAlgorithm(
ILayer* Layer,
ISchematicAlgorithm* SchematicAlgorithm
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer SchematicAlgorithm [in]
SchematicAlgorithm is a parameter of type ISchematicAlgorithm