ArcGIS Runtime SDK for WPF - Library Reference
EnableDynamicLayers Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > ArcGISLocalDynamicMapServiceLayer Class : EnableDynamicLayers Property

Gets or sets a value indicating whether the dynamic layers capability is enabled on this ArcGISLocalDynamicMapServiceLayer.

Syntax

Visual Basic (Declaration) 
Public Property EnableDynamicLayers As Boolean
C# 
public bool EnableDynamicLayers {get; set;}

Remarks

This property must be set prior to the layer being initialized or being added to the Map.

The dynamic layers capability allows you to dynamically change layer appearance and behavior in your local map service through both XAML and code. Determining which layers will appear in a map, layer symbology, layer order and position, labelling, and more, can be achieved on the runtime local server through the use of dynamic layers.

Property Value

true if the dynamic layers capability is enabled; otherwise, false.

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.