ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.Rename Method

Renames the object referred to by the given geoprocessing value object.

[Visual Basic .NET]
Public Sub Rename ( _
    ByVal pSourceGPValue As IGPValue, _
    ByVal pTargetGPValue As IGPValue _
)
[C#]
public void Rename (
    IGPValue pSourceGPValue,
    IGPValue pTargetGPValue
);
[C++]
HRESULT Rename(
  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

IGPUtilities Interface