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.2.419.0 (24.2.419.0)
Syntax public TiremTerrainProfileComputation TerrainProfileComputation { get; set; }
Public Property TerrainProfileComputation As TiremTerrainProfileComputation
Get
Set
public:
property TiremTerrainProfileComputation^ TerrainProfileComputation {
TiremTerrainProfileComputation^ get ();
void set (TiremTerrainProfileComputation^ value);
}
member TerrainProfileComputation : TiremTerrainProfileComputation with get, set
Property Value
Type:
TiremTerrainProfileComputationSee Also