ArcGIS API for WPF - Library Reference
LayerDefinitions Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > IdentifyParameters 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

See Also

© ESRI, Inc. All Rights Reserved.