LatLonToStringWithZ Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the coordinates of this
LatLon in the form
"
Lat,
Lon,Z". If
ZLevel is 0 then the ZLevel is omitted.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public string ToStringWithZ()
Public Function ToStringWithZ As String
Return Value
Type:
StringThe latitude and longitude of this LatLon.
See Also