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


IArcToolbox.EditToolSource Method (ArcObjects .NET 10.5 SDK)
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