This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolEdit Interface > IGPToolEdit.Copy Method (ArcObjects .NET 10.4 SDK) |
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