ArcGIS Pro 2.9 API Reference Guide
Search(SpatialQueryFilter) Method

ArcGIS.Core.Data.PluginDatastore Namespace > PluginTableTemplate Class > Search Method : Search(SpatialQueryFilter) Method
A spatial query filter that specifies the search criteria.
Performs a spatial search on this plug-in feature class that satisfies the criteria set in the spatialQueryFilter.
Syntax
Public Overloads MustOverride Function Search( _
   ByVal spatialQueryFilter As SpatialQueryFilter _
) As PluginCursorTemplate

Parameters

spatialQueryFilter
A spatial query filter that specifies the search criteria.

Return Value

A concrete instance of PluginCursorTemplate that encapsulates the retrieved rows.
Exceptions
ExceptionDescription
Signals to the framework that an exception derived from System.Exception has occurred.
Remarks
Please see the additional constraints that may be imposed on this method in the remarks section of IsQueryLanguageSupported.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginTableTemplate Class
PluginTableTemplate Members
Overload List