StandardTransitionProfileInitialSpeed Property |
Gets or sets the initial speed at the beginning 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 InitialSpeed { get; set; }
Public Property InitialSpeed As ProfileSpeed
Get
Set
public:
property ProfileSpeed^ InitialSpeed {
ProfileSpeed^ get ();
void set (ProfileSpeed^ value);
}
member InitialSpeed : ProfileSpeed with get, set
Property Value
Type:
ProfileSpeedSee Also