ArcGIS Runtime SDK for WPF - Library Reference
GetUrl Method
See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmsLayer Class : GetUrl Method

properties
The image export properties.
onComplete
OnUrlComplete delegate.
Gets the URL. Override from DynamicMapServiceLayer

Syntax

Visual Basic (Declaration) 
Public Overrides Sub GetUrl( _
   ByVal properties As DynamicLayer.ImageParameters, _
   ByVal onComplete As DynamicMapServiceLayer.OnUrlComplete _
) 

Remarks

The Map has a private method loadLayerInView which calls Layer.Draw. The DynamicMapServiceLayer abstract class overrides the Draw method and calls DynamicMapServiceLayer.GetUrl which must be implemented in a subclass. The last parameter is the OnUrlComplete delegate, which is used to pass the appropriate values (url, width, height, envelope) to the private DynamicMapServiceLayer.getUrlComplete method.

Parameters

properties
The image export properties.
onComplete
OnUrlComplete delegate.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.