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.2.419.0 (24.2.419.0)
Syntax public double MinimumTerrainHeight { get; set; }
Public Property MinimumTerrainHeight As Double
Get
Set
public:
property double MinimumTerrainHeight {
double get ();
void set (double value);
}
member MinimumTerrainHeight : float with get, set
Property Value
Type:
DoubleSee Also