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