ArcObjects Library Reference (Carto)  

IRemoteFindObj.ZoomTo Method

Zoom to the found object.

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