Class LineOfSight
LineOfSight is a base class for LocationLineOfSight and GeoElementLineOfSight.
Implements
System.ComponentModel.INotifyPropertyChanged
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
  Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class LineOfSight : Analysis, INotifyPropertyChangedProperties
| Name | Description | 
|---|---|
| LineWidth | Gets or sets the line width used to render LineOfSight analysis results. | 
| ObstructedColor | Gets or sets the color used to render segments that are not visible along LineOfSight analysis results. | 
| TargetVisibility | Gets the target visibility from the LineOfSight object. | 
| VisibleColor | Gets or sets the color used to render segments that are visible along LineOfSight analysis results. | 
Events
| Name | Description | 
|---|---|
| TargetVisibilityChanged | Raised when the target visibility has changed. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.2.1 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.2.1 - 100.15 | 
| Xamarin.iOS | 100.2.1 - 100.15 | 
| UWP | 100.2.1 - 100.15 |