ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Viewshed Class / SetVisibleColorAsync Method

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

    Parameters

    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also