| 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.
Target Platforms:Windows Phone 7