ESRI.ArcGIS.ADF.Web
MapImage Constructor(String,Envelope,Double)
See Also 
ESRI.ArcGIS.ADF.Web Namespace > MapImage Class > MapImage Constructor : MapImage Constructor(String,Envelope,Double)




url
URL Location of image
env
Envelope to return to caller
scale
Reference Scale of generated Map View Image
Constructor taking image URL, extent and scale.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal url As String, _
   ByVal env As Envelope, _
   ByVal scale As Double _
)
Visual Basic (Usage)Copy Code
Dim url As String
Dim env As Envelope
Dim scale As Double
 
Dim instance As MapImage(url, env, scale)
C# 
public MapImage( 
   string url,
   Envelope env,
   double scale
)

Parameters

url
URL Location of image
env
Envelope to return to caller
scale
Reference Scale of generated Map View Image

See Also

© 2010 All Rights Reserved.