ArcGIS API for Windows Phone - Library Reference
LayerDefinitions Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > FindParameters Class : LayerDefinitions Property

Collection of layer definition expressions that allows you to filter the features of individual layers in the exported map image. Definition expressions for layers that are currently not visible will be ignored by the server.

Syntax

Visual Basic (Declaration) 
Public Property LayerDefinitions As IEnumerable(Of LayerDefinition)
C# 
public IEnumerable<LayerDefinition> LayerDefinitions {get; set;}

Property Value

The layer definitions.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.