ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginTableTemplate Class / Search Method / Search(SpatialQueryFilter) Method
A spatial query filter that specifies the search criteria.

In This Topic
    Search(SpatialQueryFilter) Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also