This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxToolbox Interface > IGxToolbox.Execute Method (ArcObjects .NET 10.4 SDK) |
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 );