This document is archived and information here might be outdated. Recommended version. |
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