ESRI.ArcGIS.ADF.IMS
SelectionBuffer Constructor(FeatureLayer,String)
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > SelectionBuffer Class > SelectionBuffer Constructor : SelectionBuffer Constructor(FeatureLayer,String)




targetLayer
The layer for which features will be selected.
whereExpression
The where clause for selecting features on a target layer.
Constructs a SelectionBuffer object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal targetLayer As FeatureLayer, _
   ByVal whereExpression As String _
)
Visual Basic (Usage)Copy Code
Dim targetLayer As FeatureLayer
Dim whereExpression As String
 
Dim instance As SelectionBuffer(targetLayer, whereExpression)
C# 
public SelectionBuffer( 
   FeatureLayer targetLayer,
   string whereExpression
)

Parameters

targetLayer
The layer for which features will be selected.
whereExpression
The where clause for selecting features on a target layer.

Remarks

Before using the SelectionBuffer in a query or map selection layer, be sure to set the Distance property.

See Also

© 2010 All Rights Reserved.