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

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

Syntax

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

See Also