PrescribedAccelerationTransitionProfileAllowModificationOfFinalHeight Property  | 
 
            Gets or sets a value indicating whether to allow changes to the 
FinalHeight
            while configuring the route.  By default, this is true.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool AllowModificationOfFinalHeight { get; set; }Public Property AllowModificationOfFinalHeight As Boolean
	Get
	Set
public:
property bool AllowModificationOfFinalHeight {
	bool get ();
	void set (bool value);
}member AllowModificationOfFinalHeight : bool with get, set
Property Value
Type: 
Boolean
See Also