![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
SelectionBuffer Constructor(FeatureLayer,String,Buffer) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > SelectionBuffer Class > SelectionBuffer Constructor : SelectionBuffer Constructor(FeatureLayer,String,Buffer) |
- targetLayer
- The layer for which features will be selected.
- whereExpression
- The where clause for selecting features on a target layer.
- buffer
- The buffer to copy fields from.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal targetLayer As FeatureLayer, _ ByVal whereExpression As String, _ ByVal buffer As Buffer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim targetLayer As FeatureLayer Dim whereExpression As String Dim buffer As Buffer Dim instance As New SelectionBuffer(targetLayer, whereExpression, buffer) |
C# | |
---|---|
public SelectionBuffer( FeatureLayer targetLayer, string whereExpression, Buffer buffer ) |
Parameters
- targetLayer
- The layer for which features will be selected.
- whereExpression
- The where clause for selecting features on a target layer.
- buffer
- The buffer to copy fields from.
This approach to create a SelectionBuffer is useful when a DisplayBuffer has been created for highlighting buffer-selected features, and you want to obtain the attribute data for features using the same buffer properties.
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