ArcGIS Pro 3.7 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 Shared Function GetOutOfRangeColorAsync() As Task(Of CIMColor)
    public static Task<CIMColor> GetOutOfRangeColorAsync()
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also