Click or drag to resize

TiremPropagationModel.TerrainProfileComputation Property

Gets or sets the terrain profile computation. By default, this delegate is null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public TiremTerrainProfileComputation TerrainProfileComputation { get; set; }

Property Value

Type: TiremTerrainProfileComputation
See Also