Constructor.

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

Syntax

C#
public LegHelper(
	string id
)
Visual Basic
Public Sub New ( _
	id As String _
)
Visual C++
public:
LegHelper(
	String^ id
)

Parameters

id
Type: System..::..String
A StringWith the id of the leg we are using LegHelper to collect data for.

See Also