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


IGPToolEdit.Copy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolEdit.Copy Method

Copies the tool to a toolbox.

[Visual Basic .NET]
Public Function Copy ( _
    ByVal destination As Object _
) As IGPTool
[C#]
public IGPTool Copy (
    object destination
);
[C++]
HRESULT Copy(
  LPUNKNOWN destination,
  IGPTool** Copy
);
[C++]

Parameters destination [in] destination is a parameter of type LPUNKNOWN Copy [out, retval]
Copy is a parameter of type IGPTool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPToolEdit Interface