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


IGPToolEdit.Copy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolEdit Interface > IGPToolEdit.Copy Method
ArcGIS Developer Help

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
);
[C++]
Parameters
destination [in]

destination is a parameter of type IUnknown

Product Availability

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

See Also

IGPToolEdit Interface