Property TargetVisibility
TargetVisibility
Gets the visibility state between the target and observer locations. A value of 1 indicates a clear line of sight and 0 indicates that the target is not visible to the observer. If an error occurs during evaluation, NAN is returned.
Declaration
public float TargetVisibility { get; }
Property Value
| Type | Description |
|---|---|
| float | The visibility state between the target and observer locations. A value of 1 indicates a clear line of sight and 0 indicates that the target is not visible to the observer. If an error occurs during evaluation, NAN is returned. |
Remarks
The end point of VisibleLine and the start point of NotVisibleLine indicate the position at which the line of sight is first obstructed.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |