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 |
---|---|
ArgumentException |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.8 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.8 - 100.12 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 100.15 |