TerrainAvoidanceProfileMinimumHeightAboveTerrain Property |
Gets or sets the minimum height at which to traverse 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 MinimumHeightAboveTerrain { get; set; }
Public Property MinimumHeightAboveTerrain As Double
Get
Set
public:
property double MinimumHeightAboveTerrain {
double get ();
void set (double value);
}
member MinimumHeightAboveTerrain : float with get, set
Property Value
Type:
DoubleSee Also