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


IDEUtilities.Copy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.Copy Method
ArcGIS Developer Help

IDEUtilities.Copy Method

Copys the data element.

[Visual Basic .NET]
Public Sub Copy ( _
    ByVal pSourceGPValue As IGPValue, _
    ByVal pTargetGPValue As IGPValue _
)
[C#]
public void Copy (
    IGPValue pSourceGPValue,
    IGPValue pTargetGPValue
);
[C++]
HRESULT Copy(
  IGPValue* pSourceGPValue,
  IGPValue* pTargetGPValue
);
[C++]
Parameters
pSourceGPValue [in]

pSourceGPValue is a parameter of type IGPValue* pTargetGPValue [in]
pTargetGPValue is a parameter of type IGPValue*

Product Availability

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

See Also

IDEUtilities Interface