Click or drag to resize

PolygonRingBoundaryIntersects Method (BoundingBox)

Verizon Connect Logo
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
)

Parameters

bbox
Type: Telogis.GeoBaseBoundingBox
The BoundingBox to test against.

Return Value

Type: Boolean
True if the Polygon and BoundingBox share touching lines.
See Also