Click or drag to resize

TerrainLineOfSightConstraintMinimumTerrainHeight Property

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

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 MinimumTerrainHeight { get; set; }

Property Value

Type: Double
See Also