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


IJSONReader2.SetBookmark Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader2 Interface > IJSONReader2.SetBookmark Method
ArcGIS Developer Help

IJSONReader2.SetBookmark Method

Creates a bookmark on the current token and assigns it a name. Only works if you use ReadFromString(), otherwise returns E_FAIL.

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