Returns depth of this leg in the tree structure. First leg below a stage is at depth 0, a leg contained under a leg which is directly below stage level is at depth 1, and so on.

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

Syntax

C#
public int Depth { get; }
Visual Basic
Public ReadOnly Property Depth As Integer
	Get
Visual C++
public:
property int Depth {
	int get ();
}

See Also