Copies the object referred to by the given geoprocessing value object.
[Visual Basic 6.0] Sub Copy(
ByVal pSourceGPValue As IGPValue, _
ByVal pTargetGPValue As IGPValue _
)
[Visual Basic .NET] Public Sub Copy ( _ ByVal pSourceGPValue As IGPValue, _ ByVal pTargetGPValue As IGPValue _ )
[C#] public void Copy ( IGPValue pSourceGPValue, IGPValue pTargetGPValue );
[Java] public void copy ( IGPValue pSourceGPValue, IGPValue pTargetGPValue ) throws IOException, AutomationException
[C++] HRESULT Copy( IGPValue* pSourceGPValue, IGPValue* pTargetGPValue );
Parameters
pSourceGPValue [in]
pSourceGPValue is a parameter of type IGPValue
pTargetGPValue [in]
pTargetGPValue is a parameter of type IGPValue