ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSight Class / SetWireframeColorAsync Method

In This Topic
    SetWireframeColorAsync Method (LineOfSight)
    In This Topic
    Change the color used to paint the wireframe line that appears below elevated observers or targets. This affects all LineOfSight objects in the active MapView.
    Syntax
    public static Task SetWireframeColorAsync( 
       CIMColor value
    )
    Public Shared Function SetWireframeColorAsync( _
       ByVal value As CIMColor _
    ) As Task

    Parameters

    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also