Show / Hide Table of Contents

Property BoundingBox

BoundingBox

Gets or sets an Envelope specifying the bounding box for a spatial search.

Declaration
public Envelope BoundingBox { get; set; }
Property Value
Type Description
Envelope

An Envelope specifying the bounding box for a spatial search.

Remarks

Spatial search is an overlaps/intersects function of the bounding box and the extent of the document. Documents that have no extent (e.g., mxds, 3dds, lyr) will not be found when doing a bounding box search.

Only bounding boxes with Wgs84 geographic coordinate system are supported. If SpatialReference property is not set, coordinates are assumed to be in WGS84.

Exceptions
Type Condition
System.ArgumentException

value has an unsupported SpatialReference.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.8 - 200.8
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 200.8
In This Article
Back to top Copyright © 2022 Esri.