DefaultConnectionBehaviorMinimumHeightAboveTerrain Property |
Gets or sets the minimum height above the terrain. This is ignored
if ignoring terrain altogether. In the case of following terrain, this is
the constant offset above the terrain to use when moving along the terrain surface.
For terrain avoidance, this is the minimum distance above which to create the route.
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