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

extent
The extent.
width
The width.
height
The height.
onComplete
The handler to invoke when the URL is returned.
Gets the URL.

Syntax

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

Parameters

extent
The extent.
width
The width.
height
The height.
onComplete
The handler to invoke when the URL is returned.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.