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


IGxToolbox.Execute Method (ArcObjects .NET 10.5 SDK)
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