ConfigurableProfileFinalHeight Property |
Gets or sets the final height of this profile above the reference surface.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract double FinalHeight { get; set; }
Public MustOverride Property FinalHeight As Double
Get
Set
public:
virtual property double FinalHeight {
double get () abstract;
void set (double value) abstract;
}
abstract FinalHeight : float with get, set
Property Value
Type:
DoubleSee Also