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.