Gets the xml representation for this FlightPlan.

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

Syntax

C#
public XmlElement GetXmlElement(
	XmlDocument xmlDoc
)
Visual Basic
Public Function GetXmlElement ( _
	xmlDoc As XmlDocument _
) As XmlElement
Visual C++
public:
XmlElement^ GetXmlElement(
	XmlDocument^ xmlDoc
)

Parameters

xmlDoc
Type: System.Xml..::..XmlDocument
The xml document necessary to create the element.

Return Value

The XmlElement representation for this FlightPlan.

Exceptions

ExceptionCondition
System..::..NullReferenceExceptionIf xmlDoc is null.

See Also