ArcObjects Library Reference (System)  

IJSONReader2.ReturnToBookmark Method

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

[Visual Basic .NET]
Public Sub ReturnToBookmark ( _
    ByVal Name As String _
)
[C#]
public void ReturnToBookmark (
    string Name
);
[C++]
HRESULT ReturnToBookmark(
  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