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


IArcToolboxTool.Execute Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

IArcToolboxTool.Execute Method

Run the tool.

[Visual Basic .NET]
Public Sub Execute ( _
    [ByRef InputData As Object] _
)
[C#]
public void Execute (
    ref object InputData
);
[C#]

Optional Values

InputData   To indicate that this parameter is undefined, first define a variable object Missing=Type.Missing; then pass this in as ref Missing.

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolboxTool Interface