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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family