Click or drag to resize

CompositeProfileSegment.GetHeight Method (Duration, Int32)

Get the value for the height above the TerrainProvider height reference specified by the GetHeightReference(Duration) method at the given time.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override Motion<double> GetHeight(
	Duration time,
	int order
)

Parameters

time
Type: AGI.Foundation.Time.Duration
The time elapsed since the beginning of this segment.
order
Type: System.Int32
The requested order of the height where zero is the height and higher orders specify the number of derivatives. Depending on the type of profile and underlying geometry, the resulting order may not match the requested order.

Return Value

Type: Motion<Double>
The height above the reference, in meters, and its derivatives.
See Also