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

Gets or sets the SelectionGraphicLayer used to render the selection.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Selection")>
<DescriptionAttribute("The SelectionGraphicLayer used to represent the selection.")>
<TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property SelectionGraphicLayer As SelectionGraphicLayer
C# 
[CompilerGeneratedAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Selection")]
[DescriptionAttribute("The SelectionGraphicLayer used to represent the selection.")]
[TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public SelectionGraphicLayer SelectionGraphicLayer {get; set;}

Remarks

SelectionGraphLayer is used to draw selected features in highlighted color.

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