Show / Hide Table of Contents

Class LineOfSight

A result for the line of sight analysis.

Inheritance
object
LineOfSight
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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. null if successful.

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

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.