ArcObjects Library Reference (Geoprocessing)  

IGPMultiValue.RemoveValue Method

Removes the given value object from the multi-value object.

[Visual Basic .NET]
Public Sub RemoveValue ( _
    ByVal Value As IGPValue _
)
[C#]
public void RemoveValue (
    IGPValue Value
);
[C++]
HRESULT RemoveValue(
  IGPValue* Value
);
[C++]

Parameters

Value [in]

  Value is a parameter of type IGPValue

Product Availability

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

See Also

IGPMultiValue Interface