Click or drag to resize

ConstantHeightProfile.GetMinimumRevolutionsFromTime Method

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

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

Parameters

minimumTime
Type: AGI.Foundation.Time.Duration
Minimum time to spend in the holding pattern.
initialSegment
Type: AGI.Foundation.RouteDesign.Advanced.SurfaceSegment
The initial segment required to enter into the hold.
finalSegment
Type: AGI.Foundation.RouteDesign.Advanced.SurfaceSegment
The final segment required to exit the hold.
oneRevolutionSegment
Type: AGI.Foundation.RouteDesign.Advanced.SurfaceSegment
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