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.