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.
Visual Basic (Declaration) | |
---|---|
Public Shared Sub CenterAt( _ ByRef currentExtent As Envelope, _ ByVal point As Point _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.