ESRI.ArcGIS.ADF.Connection.Core
GetFullExtent Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.IMS.XML Namespace > AxlRequests Class : GetFullExtent Method




width
A double value that represents the width of the Image to generate.
height
A double value that represents the height of the Image to generate.
Retrieve the Full Extent of the ServiceName

Syntax

Visual Basic (Declaration) 
Public Shared Function GetFullExtent( _
   ByVal width As Double, _
   ByVal height As Double _
) As String
Visual Basic (Usage)Copy Code
Dim width As Double
Dim height As Double
Dim value As String
 
value = AxlRequests.GetFullExtent(width, height)
C# 
public static string GetFullExtent( 
   double width,
   double height
)

Parameters

width
A double value that represents the width of the Image to generate.
height
A double value that represents the height of the Image to generate.

Return Value

A string that represents the ArcXML request: <GET_IMAGE> with map size as specified by the parameters.

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.