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 |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |