SearchEx Method (BasicFeatureLayer)
Executes a query to the underlying data source and returns rows matching the search criteria.
This method must be called on the MCT. Use QueuedTask.Run.
Parameters
- queryFilter
- A query filter
- time
- A time filter
- range
- A range filter
- floor
- A floor filter filter only works if the layer has a defined floor field.
- useRecyclingCursor
- If set to true, all the entries in RowCursor will reference the most current row returned by Current. To ensure all the entries in RowCursor remain unique, set useRecyclingCursor to false. The default is true.
Return Value
A
RowCursor allows access to the matched rows.
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.6 or higher.