ArcObjects Library Reference (GeoprocessingUI)  

IArcToolbox.EditToolSource Method

Edits the source of the specified tool (if applicable).

[Visual Basic .NET]
Public Sub EditToolSource ( _
    ByVal tool As IGPTool _
)
[C#]
public void EditToolSource (
    IGPTool tool
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface