ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSight Class / GetVisibleColorAsync Method

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also