PrescribedAccelerationTransitionProfileAllowModificationOfInitialSpeed Property |
Gets or sets a value indicating whether to allow changes to the
InitialSpeed
while configuring the route. In general, when used as a transition between procedures,
the initial speed is usually set by the previous profile. By default, this is true.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AllowModificationOfInitialSpeed { get; set; }
Public Property AllowModificationOfInitialSpeed As Boolean
Get
Set
public:
property bool AllowModificationOfInitialSpeed {
bool get ();
void set (bool value);
}
member AllowModificationOfInitialSpeed : bool with get, set
Property Value
Type:
BooleanSee Also