PolygonRingContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Check whether a given point is inside this ring.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute]
public bool Contains(
LatLon point
)
<ObsoleteAttribute>
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 ring, otherwise
false.
See Also