Checks whether the leg depends on a given condition.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual bool DependsOnCondition( string id ) |
Visual Basic |
---|
Public Overridable Function DependsOnCondition ( _ id As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool DependsOnCondition( String^ id ) |
Parameters
- id
- Type: System..::..String
A String with the condition identifier.
Return Value
True if the leg depends on the condition, false otherwise.
Remarks
Must be overriden in the leg classes that support conditions.