GlobeView.LineOfSightOverlay Property
Gets or sets parameters that control a line of sight analysis overlay in the view.
Syntax
public LineOfSightOverlay LineOfSightOverlay { get; set; }
Property Value
Default: null
Parameters that determine how a line of sight analysis overlay is generated, or null to disable the overlay.
Remarks
If a LineOfSightOverlay object is assigned to this property, the globe view will perform a line of sight analysis from one or more observer positions. The result will then be displayed as an overlay on the view, where surfaces visible from one or more of the observers will be highlighted.
It is similar to using a LineOfSightOperator in a 2D view. However, instead of using elevation rasters, this analysis is done with the 3D ground meshes already loaded in the ground view. This makes it suitable to use in urban scenarios with lots of buildings from detailed 3D city models.
![]() |
See LineOfSightOverlay for more information about how to configure a line of sight overlay.
Platforms
Windows, Linux, Android