Appends this Object to a xml element representation.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AppendXml(
	XmlElement parentElement
)
Visual Basic
Public Sub AppendXml ( _
	parentElement As XmlElement _
)
Visual C++
public:
void AppendXml(
	XmlElement^ parentElement
)

Parameters

parentElement
Type: System.Xml..::..XmlElement
The WayPoint XmlElement representation where to append this Object.

See Also