ArcGIS Runtime SDK for WPF - Library Reference
LayerDefinitions Property
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.