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: 25.1.421.0 (25.1.421.0)
Syntaxpublic float MaximumHeight { get; }Public ReadOnly Property MaximumHeight As Single
	Get
public:
property float MaximumHeight {
	float get ();
}member MaximumHeight : float32 with get
Property Value
Type: 
Single
See Also