Click or drag to resize

HoldingPatternProfileGetMinimumRevolutionsFromTime Method

Get the minimum number of revolutions required to spend a minimum time in a holding procedure.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract int GetMinimumRevolutionsFromTime(
	Duration minimumTime,
	SurfaceSegment initialSegment,
	SurfaceSegment finalSegment,
	SurfaceSegment oneRevolutionSegment
)

Parameters

minimumTime
Type: AGI.Foundation.TimeDuration
Minimum time to spend in the holding pattern.
initialSegment
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The initial segment required to enter into the hold.
finalSegment
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The final segment required to exit the hold.
oneRevolutionSegment
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The segment signifying one revolution around the hold.

Return Value

Type: Int32
The number of revolutions necessary to fulfill the minimum time condition.
See Also