ArcObjects Library Reference (Carto)  

IFeatureBookmark.PanTo Method

Pans to the feature on the map display.

[Visual Basic .NET]
Public Sub PanTo ( _
    ByVal Display As IDisplay _
)
[C#]
public void PanTo (
    IDisplay Display
);
[C++]
HRESULT PanTo(
  IDisplay* Display
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Product Availability

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

Description

PanTo the feature location specified by this bookmark. Not implemented at version 9.0.

See Also

IFeatureBookmark Interface