This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPMultiValue Interface > IGPMultiValue.AddValue Method (ArcObjects .NET 10.5 SDK) |
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