ESRI.ArcGIS.ADF.IMS
IsSelectionLayer Property
See Also 
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.

See Also

© 2010 All Rights Reserved.