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

See Also

© 2010 All Rights Reserved.