This document is archived and information here might be outdated. Recommended version. |
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*