Click or drag to resize

DefaultConnectionBehavior.TerrainSamplingDistance 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: 25.1.421.0 (25.1.421.0)
Syntax
public double TerrainSamplingDistance { get; set; }

Property Value

Type: Double
See Also