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


IGPMultiValue.AddValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPMultiValue.AddValue Method

Adds the given value object to the multi-value object.

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