Click or drag to resize

TerrainPostsInt16 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 TerrainPostsInt16(
	RasterTerrainProvider provider,
	RasterTerrainIndexExtent indexExtent,
	short 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: SystemInt16
The value that indicates a void (or post with unknown height).
See Also