ConstantHeightProfileAllowVariationInSpeed Property |
Gets or sets a value indicating whether to allow any variation in speed along the profile or whether
to maintain a constant speed. By default, this value is false to maintain constant speed.
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 AllowVariationInSpeed { get; set; }
Public Property AllowVariationInSpeed As Boolean
Get
Set
public:
property bool AllowVariationInSpeed {
bool get ();
void set (bool value);
}
member AllowVariationInSpeed : bool with get, set
Property Value
Type:
BooleanSee Also