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: 11.1.0.0 (11.1.0)
Syntax public Rectangle? Bounds { get; }
Public ReadOnly Property Bounds As Rectangle?
Get
public:
property Nullable<Rectangle> Bounds {
Nullable<Rectangle> get ();
}
member Bounds : Nullable<Rectangle> with get
Property Value
Type:
NullableRectangleSee Also