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.