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


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