Click or drag to resize

BoundingBoxIntersects Method

Does this BoundingBox intersect (overlap) with other BoundingBox

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual bool Intersects(
	BoundingBox other
)

Parameters

other
Type: VelocityDBExtensions.GeoBoundingBox
Other BoundingBox

Return Value

Type: Boolean
true if intersect; otherwise false
See Also