Click or drag to resize

TerrainAvoidanceProfileSamplingDistance Property

Gets or sets the rate at which to sample the terrain, in meters. A smaller sampling distance will result in fewer violations of the minimum height. Whereas, a larger sampling distance will be faster. The sampling distance should reflect how quickly the terrain height is changing over the surface region in which the corresponding procedure occurs.

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

Property Value

Type: Double
See Also