ArcObjects Library Reference (Schematic)  

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(0)]

  SchematicLayer is a parameter of type ISchematicLayer

CancelTracker [in, optional, defaultvalue(0)]

  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