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


IRemoteFindObj.SetBookmark Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRemoteFindObj Interface > IRemoteFindObj.SetBookmark Method
ArcGIS Developer Help

IRemoteFindObj.SetBookmark Method

Create bookmark at the found object.

[Visual Basic .NET]
Public Sub SetBookmark ( _
    ByVal pDisplay As IScreenDisplay _
)
[C#]
public void SetBookmark (
    IScreenDisplay pDisplay
);
[C++]
HRESULT SetBookmark(
  IScreenDisplay* pDisplay
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IScreenDisplay*

Product Availability

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

See Also

IRemoteFindObj Interface