setObstructedColor static method

void setObstructedColor(
  1. Color obstructedColor
)

Sets the color used to render segments that are not visible along LineOfSight analysis results.

Sections of the line between the observer and the target that are obstructed (not visible) are drawn with the specified color. This property is applied to all LineOfSight analyses in the view.

Parameters:

  • obstructedColor — The color used to display obstructed segments.