LatLonToXmlString Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Return the
LatLon in it's String With Z form Location="0.000000,0.000000 Z0".
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void ToXmlString(
XmlTextWriter doc
)
Public Sub ToXmlString (
doc As XmlTextWriter
)
Parameters
- doc
- Type: XmlTextWriter
The XML text writer.
See Also