TerrainProviderMinimumSampleSpacing Property |
Gets the smallest distance between the successive height samples of the terrain data, in radians.
If the return value is 0.0, then the minimum sample spacing is unknown.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double MinimumSampleSpacing { get; }
Public Overridable ReadOnly Property MinimumSampleSpacing As Double
Get
public:
virtual property double MinimumSampleSpacing {
double get ();
}
abstract MinimumSampleSpacing : float with get
override MinimumSampleSpacing : float with get
Property Value
Type:
DoubleSee Also