ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ViewDome Class / GetNotVisibleColorAsync Method

In This Topic
    GetNotVisibleColorAsync Method (ViewDome)
    In This Topic
    Get the color used to paint the obstructed parts of ViewDome analysis. This affects all ViewDome objects in the active MapView.
    Syntax
    Public Shared Function GetNotVisibleColorAsync() As Task(Of CIMColor)
    public static Task<CIMColor> GetNotVisibleColorAsync()
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also