StandardTransitionProfileSegmentTotalTime 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 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:
DurationSee Also