Class LineOfSight
A result for the line of sight analysis.
Namespace: Esri.ArcGISRuntime.Analysis.Visibility
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LineOfSight
Properties
| Name | Description |
|---|---|
| Error | Gets an error if the line of sight could not be evaluated. |
| NotVisibleLine | Gets the part of the line of sight that is not visible to the observer. |
| 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. |
| VisibleLine | Gets the part of the line of sight that is visible to the observer. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |