ArcGIS Runtime SDK for WPF - Library Reference
GetSource Method
See Also 
ESRI.ArcGIS.Client Namespace > DynamicMapServiceLayer Class : GetSource Method

properties
The image export properties.
onComplete
The method to call when the image is ready.
Gets the source image to display in the dynamic layer. Override this to generate or modify images.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub GetSource( _
   ByVal properties As DynamicLayer.ImageParameters, _
   ByVal onComplete As DynamicLayer.OnImageComplete _
) 
C# 
protected override void GetSource( 
   DynamicLayer.ImageParameters properties,
   DynamicLayer.OnImageComplete onComplete
)

Parameters

properties
The image export properties.
onComplete
The method to call when the image is ready.

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.