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


IGPMultiValue.Replace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPMultiValue Interface > IGPMultiValue.Replace Method
ArcGIS Developer Help

IGPMultiValue.Replace Method

Replaces the value object at the given index with the given value object.

[Visual Basic .NET]
Public Sub Replace ( _
    ByVal Index As Integer, _
    ByVal Value As IGPValue _
)
[C#]
public void Replace (
    int Index,
    IGPValue Value
);
[C++]
HRESULT Replace(
  long Index,
  IGPValue* Value
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Value [in]
Value is a parameter of type IGPValue*

Product Availability

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

See Also

IGPMultiValue Interface