ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSight Class / GetOutOfRangeColorAsync Method

In This Topic
    GetOutOfRangeColorAsync Method
    In This Topic
    Get the color used to paint the line of sight lines for the segment and targets that are outside of the minimum or maximum distance range to their corresponding observer. This affects all LineOfSight objects in the active MapView.
    Syntax
    public static Task<CIMColor> GetOutOfRangeColorAsync()
    Public Shared Function GetOutOfRangeColorAsync() As Task(Of CIMColor)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also