Appends this Object to a xml FixesCollection representation.

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

Syntax

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

Parameters

fixesElement
Type: System.Xml..::..XmlElement
The FixesCollection XmlElement representation where to append this Object.

See Also