Fires the event AfterExecuteAlgorithm.
[Visual Basic .NET] Public Sub FireAfterExecuteAlgorithm ( _ ByVal Layer As ILayer, _ ByVal SchematicAlgorithm As ISchematicAlgorithm _ )
[C#] public void FireAfterExecuteAlgorithm ( ILayer Layer, ISchematicAlgorithm SchematicAlgorithm );
[C++]
HRESULT FireAfterExecuteAlgorithm(
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.