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




Gets or sets the SelectionBuffer that is to be used in the query.

Syntax

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

Example

See SelectionBuffer for an example of using a SelectionBuffer to query a feature layer.

Remarks

If set, the SelectionBuffer selects features in the target layer of the SelectionBuffer. The target layer may be a different layer from the layer to which the Query is applied (for ArcMap image services, the layer must be different).

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.