Click or drag to resize

RTreeBounds Property

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)
Syntax
public Nullable<Rectangle> Bounds { get; }

Property Value

Type: NullableRectangle
See Also