StandardTransitionProfileFinalSpeed Property |
Gets or sets the final speed at the end of the profile.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ProfileSpeed FinalSpeed { get; set; }
Public Property FinalSpeed As ProfileSpeed
Get
Set
public:
property ProfileSpeed^ FinalSpeed {
ProfileSpeed^ get ();
void set (ProfileSpeed^ value);
}
member FinalSpeed : ProfileSpeed with get, set
Property Value
Type:
ProfileSpeedSee Also