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


IGPMultiValue.RemoveValue Method (ArcObjects .NET 10.5 SDK)
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