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


ISchematicAlgorithmEventsTrigger.FireBeforeExecuteAlgorithm Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithmEventsTrigger Interface > ISchematicAlgorithmEventsTrigger.FireBeforeExecuteAlgorithm Method
ArcGIS Developer Help

ISchematicAlgorithmEventsTrigger.FireBeforeExecuteAlgorithm Method

Fires the event BeforeExecuteAlgorithm.

[Visual Basic .NET]
Public Sub FireBeforeExecuteAlgorithm ( _
    ByVal Layer As ILayer, _
    ByVal SchematicAlgorithm As ISchematicAlgorithm, _
    ByRef CanExecute As Boolean _
)
[C#]
public void FireBeforeExecuteAlgorithm (
    ILayer Layer,
    ISchematicAlgorithm SchematicAlgorithm,
    ref bool CanExecute
);
[C++]
HRESULT FireBeforeExecuteAlgorithm(
  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

ISchematicAlgorithmEventsTrigger Interface