This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface > ISchematicAlgorithm.Execute Method (ArcObjects .NET 10.5 SDK) |
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