BoundingBoxIntersects Method |
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
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