TerrainAvoidanceProfileInitialHeightAboveTerrain Property |
Gets or sets the initial height above the terrain, in meters.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double InitialHeightAboveTerrain { get; set; }
Public Property InitialHeightAboveTerrain As Double
Get
Set
public:
property double InitialHeightAboveTerrain {
double get ();
void set (double value);
}
member InitialHeightAboveTerrain : float with get, set
Property Value
Type:
DoubleSee Also