[Missing <summary> documentation for "P:FlightPlan.IntersectionLeg.PrevCond"]

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

Syntax

C#
public Condition PrevCond { get; set; }
Visual Basic
Public Property PrevCond As Condition
	Get
	Set
Visual C++
public:
property Condition^ PrevCond {
	Condition^ get ();
	void set (Condition^ value);
}

See Also