This document is archived and information here might be outdated.  Recommended version.


IJSONReader2.ReturnToBookmark Method (ArcObjects .NET 10.4 SDK)
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