Click or drag to resize

DefaultConnectionBehaviorTerrainSamplingDistance Property

Gets or sets the sampling distance used for the terrain avoidance algorithm. A larger sampling distance will be faster but result in a higher chance that the route will go below the MinimumHeightAboveTerrain in between samples.

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 TerrainSamplingDistance { get; set; }

Property Value

Type: Double
See Also