BoundingBoxIntersection Method | |
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
)
Public Function Intersection (
other As BoundingBox
) As BoundingBox()
Parameters
- other
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox to intersect with.
Return Value
Type:
BoundingBoxAn array of intersecting BoundingBoxes.
See Also