ArcObjects Library Reference  (Geoprocessing)    

IGPValues.Insert Method

[Visual Basic 6.0]
Sub Insert(
    ByVal Index As Long, _
    ByVal pGPValue As IGPValue _
)
[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pGPValue As IGPValue _
)
[C#]
public void Insert (
    int Index,
    IGPValue pGPValue
);
[Java]
public void insert (
    int Index,
    IGPValue pGPValue
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Insert(
  long Index,
  IGPValue* pGPValue
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

pGPValue [in]

  pGPValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPValues Interface

 


Feedback Send feedback on this page