VisibilityIndexOperator.TargetHeightType Property
Gets or sets the height type of the target: above ground, above treetops, or above sea level.
Syntax
public AttributeVariable< HeightType > TargetHeightType { get; set; }
Property Value
Default: AboveTreetops
The height type of the target: above ground, above treetops, or above sea level.
Remarks
If the observer is looking for ground objects like terrain vehicles, it makes sense to use height above ground.
If the observer is looking for aircraft that can be assumed to fly at a low constant height above treetops, it makes sense to use height above treetops.
If the observer is looking for aircraft that can be assumed to fly at a constant height above sea level, it makes sense to use height above sea level.
Platforms
Windows, Linux, Android