Click or drag to resize

CompositeProfileSegmentGetHeightReference Method

Get the TerrainProvider height reference for the profile height at the given time.

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 override TerrainProvider GetHeightReference(
	Duration time
)

Parameters

time
Type: AGI.Foundation.TimeDuration
The elapsed time since the beginning of this segment.

Return Value

Type: TerrainProvider
The terrain reference surface above which the height is defined.
See Also