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


IGxToolbox.GetApplicableTools 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.GetApplicableTools Method
ArcGIS Developer Help

IGxToolbox.GetApplicableTools Method

Returns an array of names of tools that apply to the selection.

[Visual Basic .NET]
Public Function GetApplicableTools ( _
    ByVal Selection As IEnumGxObject _
) As Object
[C#]
public object GetApplicableTools (
    IEnumGxObject Selection
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxToolbox Interface