Click or drag to resize

BoundingBoxIntersection Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the intersection of two BoundingBoxes. There can be anywhere between zero and two intersection areas.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public BoundingBox[] Intersection(
	BoundingBox other
)

Parameters

other
Type: Telogis.GeoBaseBoundingBox
The BoundingBox to intersect with.

Return Value

Type: BoundingBox
An array of intersecting BoundingBoxes.
See Also