PocketPlanner Programmer's Guide

Location.SaveTo Method

See Also

Saves the location data to a binary stream or an XML document.

 Overload List

Name Description

Location.SaveTo (XmlElement, XmlSerializationContext)

Saves the location data to an XML document.

Location.SaveTo (XmlWriter, SerializationContext)

Saves the location data to an XML document.

 Since version 4.4, this method is considered obsolete. Instead, use the SaveTo method.

 See Also