Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double MinimumHeightAboveTerrain { get; set; }

Property Value

Type: Double
See Also