Called after a schematic algorithm is executed.
[Visual Basic 6.0] Event AfterExecuteAlgorithm(
ByVal Layer As ILayer, _
ByVal SchematicAlgorithm As ISchematicAlgorithm _
)
[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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.