PocketPlanner Programmer's Guide

Location.LoadFrom Method

See Also

Loads location data from a binary stream or an XML document.

 Overload List

Name Description

Location.LoadFrom (XmlElement, XmlSerializationContext)

Loads location data from an XML document.

Location.LoadFrom (XmlReader, SerializationContext)

Loads location data from an XML document.

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

 See Also