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


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

IGpDispatch.CopyParameter Method

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

Product Availability

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

See Also

IGpDispatch Interface