StandardTransitionProfileSegmentGetHeightReference 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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