ProfileSegmentTotalTime 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: 24.2.419.0 (24.2.419.0)
Syntax public abstract Duration TotalTime { get; }
Public MustOverride ReadOnly Property TotalTime As Duration
Get
public:
virtual property Duration TotalTime {
Duration get () abstract;
}
abstract TotalTime : Duration with get
Property Value
Type:
DurationSee Also