Called before a schematic algorithm is executed.
[Visual Basic 6.0] Event BeforeExecuteAlgorithm(
ByVal Layer As ILayer, _
ByVal SchematicAlgorithm As ISchematicAlgorithm, _
CanExecute As Boolean _
)
[Visual Basic .NET] Public Event BeforeExecuteAlgorithm As BeforeExecuteAlgorithmEventHandler
[C#] public event BeforeExecuteAlgorithmEventHandler BeforeExecuteAlgorithm
[C++]
HRESULT BeforeExecuteAlgorithm(
ILayer* Layer,
ISchematicAlgorithm* SchematicAlgorithm,
VARIANT_BOOL* CanExecute
);
[C++]Parameters
Layer [in]Layer is a parameter of type ILayer
SchematicAlgorithm [in]SchematicAlgorithm is a parameter of type ISchematicAlgorithm
CanExecute [in, out] CanExecute is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.