ConfigurableProfileFinalHeightRate Property |
Gets or sets the final height rate for this profile.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract double FinalHeightRate { get; set; }
Public MustOverride Property FinalHeightRate As Double
Get
Set
public:
virtual property double FinalHeightRate {
double get () abstract;
void set (double value) abstract;
}
abstract FinalHeightRate : float with get, set
Property Value
Type:
Double
See Also