Appends this Object to a xml FlightPlan representation.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void AppendXml( XmlElement fpElement ) |
Visual Basic |
---|
Public Sub AppendXml ( _ fpElement As XmlElement _ ) |
Visual C++ |
---|
public: void AppendXml( XmlElement^ fpElement ) |
Parameters
- fpElement
- Type: System.Xml..::..XmlElement
The FlighPlan XmlElement representation where to append this Object.