PolygonRingBoundaryIntersects Method (LatLon) | |
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
line.
Namespace:
Telogis.GeoBase.Geometry
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool BoundaryIntersects(
LatLon[] line
)
Public Function BoundaryIntersects (
line As LatLon()
) As Boolean
Parameters
- line
- Type: Telogis.GeoBaseLatLon
The line to test against.
Return Value
Type:
BooleanTrue if the Polygon and line share touching lines.
See Also