LatLonIsValid Property | |
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; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
BooleanExamples
Performs a range-check on the coordinates of this LatLon. Will return
false if the range-check fails.
See Also