Click or drag to resize

TerrainPostsFloat Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TerrainPostsFloat(
	RasterTerrainProvider provider,
	RasterTerrainIndexExtent indexExtent,
	float voidValue
)

Parameters

provider
Type: AGI.Foundation.TerrainRasterTerrainProvider
The terrain provider that provided this collection of posts.
indexExtent
Type: AGI.Foundation.TerrainRasterTerrainIndexExtent
The extent of indices of this instance in the overall terrain provider.
voidValue
Type: SystemSingle
The value that indicates a void (or post with unknown height).
See Also