Click or drag to resize

LatLonIsValid Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
True only if this LatLon has been assigned a valid value.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool IsValid { get; }

Property Value

Type: Boolean
Examples
Performs a range-check on the coordinates of this LatLon. Will return false if the range-check fails.
See Also