Appends this Object to a xml LegsCollection representation.

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

Syntax

C#
public virtual XmlElement AppendXml(
	XmlElement legsElement
)
Visual Basic
Public Overridable Function AppendXml ( _
	legsElement As XmlElement _
) As XmlElement
Visual C++
public:
virtual XmlElement^ AppendXml(
	XmlElement^ legsElement
)

Parameters

legsElement
Type: System.Xml..::..XmlElement
The LegsCollection XmlElement representation where to append this Object.

Return Value

The xml child appended.

See Also