ArcObjects Library Reference  (Geoprocessing)    

IGPValues.Remove Method

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

Parameters

Index [in]

  Index is a parameter of type long

Product Availability

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

See Also

IGPValues Interface

 


Feedback Send feedback on this page