ConstantHeightSegmentTotalTime Property  | 
 
            Gets the total time elapsed over the course of this segment.
            
 
    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 Duration TotalTime { get; }Public Overrides ReadOnly Property TotalTime As Duration
	Get
public:
virtual property Duration TotalTime {
	Duration get () override;
}abstract TotalTime : Duration with get
override TotalTime : Duration with get
Property Value
Type: 
Duration
See Also