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


IGxToolbox.Execute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxToolbox Interface > IGxToolbox.Execute Method
ArcGIS Developer Help

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