Gets the bounds of all the entries in the spatial index, or null if there are no entries.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic Nullable<Rectangle> Bounds { get; }
Public ReadOnly Property Bounds As Nullable(Of Rectangle)
Get
public:
property Nullable<Rectangle> Bounds {
Nullable<Rectangle> get ();
}
member Bounds : Nullable<Rectangle> with get
Property Value
Type:
NullableRectangle
See Also