ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / PortalQueryParameters Constructor / PortalQueryParameters Constructor(String,Envelope)
The query.
The search extent.

In This Topic
    PortalQueryParameters Constructor(String,Envelope)
    In This Topic
    Initializes a new instance of the PortalQueryParameters class from a query string and search extent.
    Syntax
    public PortalQueryParameters( 
       string query,
       Envelope boundingBox
    )
    Public Function New( _
       ByVal query As String, _
       ByVal boundingBox As Envelope _
    )

    Parameters

    query
    The query.
    boundingBox
    The search extent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also