This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.CopyParameter Method (ArcObjects .NET 10.4 SDK) |
Copy given tool parameter to another.
[Visual Basic .NET] Public Sub CopyParameter ( _ ByVal from As Integer, _ ByVal to As Integer _ )
[C#] public void CopyParameter ( int from, int to );
[C++]
HRESULT CopyParameter(
long from,
long to
);
[C++]
Parameters from [in] from is a parameter of type long to [in] to is a parameter of type long