Constructor.

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

Syntax

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

Parameters

id
Type: System..::..String
A String with the condition identifier.

Remarks

Condition result is set to null.

See Also