| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also