VisibilityIndexOperator.TargetHeight Property
Gets or sets the assumed height of the targets.
Syntax
public AttributeVariable< System.Double > TargetHeight { get; set; }
Property Value
Default: 0.0
The assumed height of targets.
Remarks
For a given observer position and a terrain cell in the target area, the terrain cell is defined to be visible if an object in the terrain cell at the given TargetHeight would be visible by the observer.
If you increase the TargetHeight, the estimated visibility indices will be greater (it is easier to see higher targets) but less varied.
Three different types of height can be used; see TargetHeightType.
The target height is expressed in the length unit specified with VerticalUnit.
Platforms
Windows, Linux, Android