This document is archived and information here might be outdated.  Recommended version.


ISchematicAlgorithmEvents.BeforeExecuteAlgorithm Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithmEvents Interface > ISchematicAlgorithmEvents.BeforeExecuteAlgorithm Event
ArcGIS Developer Help

ISchematicAlgorithmEvents.BeforeExecuteAlgorithm Event

Called before a schematic algorithm is executed.

[Visual Basic .NET]
Public Event BeforeExecuteAlgorithm As BeforeExecuteAlgorithmEventHandler
[C#]
public event BeforeExecuteAlgorithmEventHandler BeforeExecuteAlgorithm
[C++]
HRESULT BeforeExecuteAlgorithm(
  ILayer* Layer,
  ISchematicAlgorithm* SchematicAlgorithm,
  Boolean* 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 bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgorithmEvents Interface