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.2.419.0 (24.2.419.0)
Syntax public double TerrainSamplingDistance { get; set; }
Public Property TerrainSamplingDistance As Double
Get
Set
public:
property double TerrainSamplingDistance {
double get ();
void set (double value);
}
member TerrainSamplingDistance : float with get, set
Property Value
Type:
DoubleSee Also