Appends this Object to a xml Stage representation.

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

Syntax

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

Parameters

stageElement
Type: System.Xml..::..XmlElement
The Stage XmlElement representation where to append this Object.

See Also