BoundingBoxIntersects Method |
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual bool Intersects(
BoundingBox other
)
Public Overridable Function Intersects (
other As BoundingBox
) As Boolean
public:
virtual bool Intersects(
BoundingBox^ other
)
abstract Intersects :
other : BoundingBox -> bool
override Intersects :
other : BoundingBox -> bool
Parameters
- other
- Type: VelocityDBExtensions.GeoBoundingBox
Other BoundingBox
Return Value
Type:
Booleantrue if intersect; otherwise
false
See Also