ArcObjects Library Reference (Catalog)  

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