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




targetLayer
The layer for which features will be selected.
whereExpression
The where clause for selecting features on a target layer.
distance
Distance of the buffer.
units
Units that the buffer distance is in.
Constructs a SelectionBuffer object.

Syntax

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

Parameters

targetLayer
The layer for which features will be selected.
whereExpression
The where clause for selecting features on a target layer.
distance
Distance of the buffer.
units
Units that the buffer distance is in.

See Also

© 2010 All Rights Reserved.