ProfileSegmentGetHeight Method (Duration) | 
  
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual double GetHeight(
	Duration time
)
Public Overridable Function GetHeight ( 
	time As Duration
) As Double
public:
virtual double GetHeight(
	Duration time
)
abstract GetHeight : 
        time : Duration -> float 
override GetHeight : 
        time : Duration -> float Parameters
- time
 - Type: AGI.Foundation.TimeDuration
The time elapsed since the beginning of this segment. 
Return Value
Type: 
DoubleThe height above the reference, in meters.
See Also