ESRI.ArcGIS.ADF.IMS
IsSelectionLayer Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : IsSelectionLayer Property




Gets or sets a value indicating whether or not this layer is a selection layer.

Syntax

Visual Basic (Declaration) 
Public Property IsSelectionLayer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FeatureLayer
Dim value As Boolean
 
instance.IsSelectionLayer = value
 
value = instance.IsSelectionLayer
C# 
public bool IsSelectionLayer {get; set;}

Remarks

If the layer was created from a selection or buffer on a pre-existing map layer, this property will be true. If the layer is a pre-existing map layer or a dynamic map layer, this property will be false.

Requirements

Target 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

© 2011 All Rights Reserved.