ArcObjects Library Reference (System)  

IJSONArray.RemoveValue Method

Remove a value from the member collection.

[Visual Basic .NET]
Public Sub RemoveValue ( _
    ByVal index As Integer _
)
[C#]
public void RemoveValue (
    int index
);
[C++]
HRESULT RemoveValue(
  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

IJSONArray Interface