Click or drag to resize

ProfileSegmentGetHeight Method (Duration)

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.1.418.0 (24.1.418.0)
Syntax
public virtual double GetHeight(
	Duration time
)

Parameters

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

Return Value

Type: Double
The height above the reference, in meters.
See Also