Gets the xml representation for this FlightPlan.
Namespace: FlightPlanAssembly: 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
Exception | Condition |
---|---|
System..::..NullReferenceException | If xmlDoc is null. |