PolygonRingBoundaryIntersects Method (BoundingBox) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the Ring boundary touches or intersects with the specified
BoundingBox.
Namespace:
Telogis.GeoBase.Geometry
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool BoundaryIntersects(
BoundingBox bbox
)
Public Function BoundaryIntersects (
bbox As BoundingBox
) As Boolean
Parameters
- bbox
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox to test against.
Return Value
Type:
BooleanTrue if the Polygon and BoundingBox share touching lines.
See Also