ESRI.ArcGIS.ADF.Web
CenterAt Method
See Also 
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.

See Also

© 2010 All Rights Reserved.