ESRI.ArcGIS.ADF.Web
CenterAt Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > NavigationUtility Class : CenterAt Method




currentExtent
The current map extent. NOTE: this envelope will be modified.
point
The map point at which to center the envelope.
Centers the input envelope at the input point.

Syntax

Visual Basic (Declaration) 
Public Shared Sub CenterAt( _
   ByRef currentExtent As Envelope, _
   ByVal point As Point _
) 
Visual Basic (Usage)Copy Code
Dim currentExtent As Envelope
Dim point As Point
 
NavigationUtility.CenterAt(currentExtent, point)
C# 
public static void CenterAt( 
   ref Envelope currentExtent,
   Point point
)

Parameters

currentExtent
The current map extent. NOTE: this envelope will be modified.
point
The map point at which to center the envelope.

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

© 2011 All Rights Reserved.