ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Viewshed Class / SetMultipleCoverageColorAsync Method

In This Topic
    SetMultipleCoverageColorAsync Method
    In This Topic
    Change the color used to tint geometry in the scene that is visible to more than one viewshed. This affects all Viewshed objects in the active MapView.
    Syntax
    Public Shared Function SetMultipleCoverageColorAsync( _
       ByVal value As CIMColor _
    ) As Task
    public static Task SetMultipleCoverageColorAsync( 
       CIMColor value
    )

    Parameters

    value
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also