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 override XmlElement AppendXml(
	XmlElement legsElement
)
Visual Basic
Public Overrides Function AppendXml ( _
	legsElement As XmlElement _
) As XmlElement
Visual C++
public:
virtual XmlElement^ AppendXml(
	XmlElement^ legsElement
) override

Parameters

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

Return Value

[Missing <returns> documentation for "M:FlightPlan.ScanPoint.AppendXml(System.Xml.XmlElement)"]

See Also