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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also