TerrainAvoidanceProfileAllowModificationOfInitialHeight Property  | 
 
            Gets or sets a value indicating whether the profile can update the initial height
            in the course of configuring itself in relation to the surrounding profiles.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool AllowModificationOfInitialHeight { get; set; }Public Property AllowModificationOfInitialHeight As Boolean
	Get
	Set
public:
property bool AllowModificationOfInitialHeight {
	bool get ();
	void set (bool value);
}member AllowModificationOfInitialHeight : bool with get, set
Property Value
Type: 
Boolean
See Also