Click or drag to resize

TiremPropagationModelTerrainProfileComputation Property

Gets or sets the terrain profile computation. By default, this delegate is , and the terrain profile will be computed automatically. In unusual situations, this delegate can be provided to have full control over the terrain profile information which will be provided to the TIREM calculation.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TiremTerrainProfileComputation TerrainProfileComputation { get; set; }

Property Value

Type: TiremTerrainProfileComputation
See Also