QuantizedMeshTerrainProviderMinimumSampleSpacing 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.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic override double MinimumSampleSpacing { get; }Public Overrides ReadOnly Property MinimumSampleSpacing As Double
Get
public:
virtual property double MinimumSampleSpacing {
double get () override;
}abstract MinimumSampleSpacing : float with get
override MinimumSampleSpacing : float with get
Property Value
Type:
Double
See Also