LatLonIsValid Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
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