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