QuantizedMeshTerrainTileMaximumHeight Property |
Gets the maximum height in the area covered by this tile.
The maximum may be higher than the height of any vertex in this tile
in the case that the max vertex was removed during mesh simplification,
but these are the appropriate values to use for analysis or visualization.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public float MaximumHeight { get; }
Public ReadOnly Property MaximumHeight As Single
Get
public:
property float MaximumHeight {
float get ();
}
member MaximumHeight : float32 with get
Property Value
Type:
SingleSee Also