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