ESRI.ArcGIS.ADF.Connection
GetFullExtent Method
See Also  Send comments on this topic.
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.

See Also

© 2010 All Rights Reserved.