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

In This Topic
    PortalQueryParameters Constructor(Envelope)
    In This Topic
    Initializes a new instance of the PortalQueryParameters class from a search bounding box.
    Syntax
    public PortalQueryParameters( 
       Envelope boundingBox
    )
    Public Function New( _
       ByVal boundingBox As Envelope _
    )

    Parameters

    boundingBox
    The search extent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also