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.2.419.0 (24.2.419.0)
Syntax public override TerrainProvider GetHeightReference(
Duration time
)
Public Overrides Function GetHeightReference (
time As Duration
) As TerrainProvider
public:
virtual TerrainProvider^ GetHeightReference(
Duration time
) override
abstract GetHeightReference :
time : Duration -> TerrainProvider
override GetHeightReference :
time : Duration -> TerrainProvider
Parameters
- time
- Type: AGI.Foundation.TimeDuration
The elapsed time since the beginning of this segment.
Return Value
Type:
TerrainProviderThe terrain reference surface above which the height is defined.
See Also