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


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

ISchematicAlgorithm.Execute Method

Execute the schematic algorithm.

[Visual Basic .NET]
Public Sub Execute ( _
    [ByVal SchematicLayer As ISchematicLayer], _
    [ByVal CancelTracker As ITrackCancel] _
)
[C#]
public void Execute (
    ISchematicLayer SchematicLayer,
    ITrackCancel CancelTracker
);
[C++]
HRESULT Execute(
  ISchematicLayer* SchematicLayer,
  ITrackCancel* CancelTracker
);
[C++]
Parameters
SchematicLayer [in, optional, defaultvalue()]

SchematicLayer is a parameter of type ISchematicLayer* CancelTracker [in, optional, defaultvalue()]
CancelTracker is a parameter of type ITrackCancel*

Product Availability

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

See Also

ISchematicAlgorithm Interface