Click or drag to resize

TerrainLineOfSightConstraintMaximumTerrainHeight Property

Gets or sets the maximum height in meters that can be returned by the TerrainProvider'sGetHeightRelativeToShape(Double, Double) method. Setting this value higher than necessary will not affect the results, but it will decrease performance. Setting it too low can cause incorrect results. By default, this is set to the approximate height of Mount Everest.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MaximumTerrainHeight { get; set; }

Property Value

Type: Double
See Also