ESRI.ArcGIS.Mobile.Client
EnsureVisible Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > BrowseFeaturesControl Class : EnsureVisible Method

geometry
The feature geometry to make visible within the map.
Ensures that the given feature is visible within the displayable extent of the associated map control. If the feature is not within the current extent of the map control, the map control extent is set to center on the feature.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub EnsureVisible( _
   ByVal geometry As Geometry _
) 
C# 
protected virtual void EnsureVisible( 
   Geometry geometry
)

Parameters

geometry
The feature geometry to make visible within the map.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also