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


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

IGPMultiValue.Insert Method

Inserts the given value object to the multi-value object at the specified index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal Value As IGPValue _
)
[C#]
public void Insert (
    int Index,
    IGPValue Value
);
[C++]
HRESULT Insert(
  long Index,
  IGPValue* Value
);
[C++]

Parameters Index [in] Index is a parameter of type long Value [in]
Value is a parameter of type IGPValue

Product Availability

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

See Also

IGPMultiValue Interface