ESRI.ArcGIS.Mobile
AllLayers Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MapActions Namespace > SelectionMapAction Class : AllLayers Property

Determines whether or not to use all layers for the selection.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DefaultValueAttribute()>
<ObsoleteAttribute()>
<CategoryAttribute("Selection")>
<DescriptionAttribute("Indicates that the query will be performed in all layers, including not visible at map scale or visibility is off.")>
Public Property AllLayers As Boolean
C# 
[CompilerGeneratedAttribute()]
[DefaultValueAttribute()]
[ObsoleteAttribute()]
[CategoryAttribute("Selection")]
[DescriptionAttribute("Indicates that the query will be performed in all layers, including not visible at map scale or visibility is off.")]
public bool AllLayers {get; set;}

Remarks

If you set AllLayers to true, the SelectionMapAction will select features from all available layers, and ignore any FeatureLayer that's currently in SelectionLayers. It's worth noting that, if AllLayers is set to true, you could select features that are not visible at current map scale, and delete them afterwards of course.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also