ArcGIS API for WPF - Library Reference
GetUrl Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISDynamicMapServiceLayer Class : GetUrl Method

extent
The map extent in map units.
width
The map width in pixels.
height
The map height in pixels.
onComplete
The method to delegate to when the map image is generated.
Gets the URL that references the map image.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub GetUrl( _
   ByVal extent As Envelope, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal onComplete As DynamicMapServiceLayer.OnUrlComplete _
) 
C# 
public override void GetUrl( 
   Envelope extent,
   int width,
   int height,
   DynamicMapServiceLayer.OnUrlComplete onComplete
)

Parameters

extent
The map extent in map units.
width
The map width in pixels.
height
The map height in pixels.
onComplete
The method to delegate to when the map image is generated.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.