PropagationOutputType Enumeration
A custom propagation will return one of these values when asked about its output type.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum PropagationOutputType
Values
Value name | Value | Description |
---|---|---|
HeightAboveSeaLevel | 0 | The propagated values represent heights above sea level, in meters. |
HeightAboveGround | 1 | The propagated values represent heights above ground, in meters. |
HeightAboveTreetops | 2 | The propagated values represent heights above treetops, in meters. |
Other | 3 | The propagated values are not heights, and their unit is unspecified. |
Remarks
For more details, see ICustomPropagation.
Platforms
Windows, Linux, Android