ArcObjects Library Reference (System)  

IJSONReader2.RemoveBookmark Method

Moves the reader back to a token that has a bookmark with the given name.

[Visual Basic .NET]
Public Sub RemoveBookmark ( _
    ByVal Name As String _
)
[C#]
public void RemoveBookmark (
    string Name
);
[C++]
HRESULT RemoveBookmark(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

See Also

IJSONReader2 Interface