Appends this Object to a xml Main FlightPlan representation.

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

Syntax

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

Parameters

mainFpElement
Type: System.Xml..::..XmlElement
The Main FlighPlan XmlElement representation where to append this Object.

See Also