Click or drag to resize

AGIProcessedDataTerrain.GetPosts Method

Returns the altitude values for the input boundary.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override TerrainPosts GetPosts(
	RasterTerrainIndexExtent extent
)

Parameters

extent
Type: AGI.Foundation.Terrain.RasterTerrainIndexExtent
The terrain extent over which to retrieve the posts

Return Value

Type: TerrainPosts
The posts of the terrain contained within the area defined by the passed in extent
See Also