Click or drag to resize

LatLonToXmlString Method

Verizon Connect Logo
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
)

Parameters

doc
Type: XmlTextWriter
The XML text writer.
See Also