ArcGIS API for Windows Phone - Library Reference
LayerDefinition Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : LayerDefinition Class

Allows you to filter the features of individual layers in an ArcGISDynamicMapServiceLayer layer map by specifying definition expressions for those layers.

Object Model

LayerDefinition Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class LayerDefinition 
C# 
public sealed class LayerDefinition 

Remarks

Example:
            <LayerDefinition LayerID="0">POP2000 > 1000000</LayerDefinition>
            <LayerDefinition LayerID="1" Definition="AREA > 100000" />
            

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.LayerDefinition

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.