PolygonContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check whether a given point is inside this polygon. If the point
is inside a hole this will return false.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Contains(
LatLon point
)
Public Function Contains (
point As LatLon
) As Boolean
Parameters
- point
- Type: Telogis.GeoBaseLatLon
The point to check.
Return Value
Type:
BooleanTrue if the point is inside the outer ring and outside all the
inner rings, otherwise
false.
See Also