Sets condition result.

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

Syntax

C#
public void SetResult(
	int r
)
Visual Basic
Public Sub SetResult ( _
	r As Integer _
)
Visual C++
public:
void SetResult(
	int r
)

Parameters

r
Type: System..::..Int32
A Int32 with the result.

See Also