ArcObjects Library Reference (Catalog)  

IGxToolbox.Execute Method

Executes a named tool with the specified selection.

[Visual Basic .NET]
Public Sub Execute ( _
    ByVal toolName As String, _
    ByVal Selection As IEnumGxObject _
)
[C#]
public void Execute (
    string toolName,
    IEnumGxObject Selection
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxToolbox Interface