ArcGIS Runtime SDK for WPF - Library Reference
UseAdvancedSymbology Property
See Also 
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : UseAdvancedSymbology Property

Gets or sets a value indicating whether the FeatureLayer should request the advanced JSON representation of the symbology. This property can only be set before the layer is initialized. Since this symbology is only supported by the accelerated display, before setting this property to true you should determine whether UseAcceleratedDisplay is set to true or that the FeatureLayer is contained within an AcceleratedDisplayLayers GroupLayer.

Syntax

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

Property Value

true if the FeatureLayer will request advanced symbology; otherwise, false.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionThe value cannot be changed after the layer is initialized.

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.