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

extent
The extent.
width
The width.
height
The height.
onComplete
The on complete.
Gets the URL.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable 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 extent.
width
The width.
height
The height.
onComplete
The on complete.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.