esriSearchOrder Constants

Spatial Filter Search Order.

Constant Value Description
esriSearchOrderSpatial 0 Spatial query is applied first.
esriSearchOrderAttribute 1 Attribute query is applied first.

Remarks

esriSearchOrderSpatial is the default order. The following esriSearchOrder enumerators are used to set the search order.esriSearchOrderAttributeSets the search order to attribute first.esriSearchOrderSpatialSets the search order to spatial first.Example:pSpatialFilter.SearchOrder = esriSearchOrderAttribute

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.