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

In This Topic
    SetWireframeColorAsync Method (ViewDome)
    In This Topic
    Change the color used to paint the sphere wireframe for ViewDomes. This affects all ViewDome objects in the active MapView.
    Syntax
    Public Shared Function SetWireframeColorAsync( _
       ByVal value As CIMColor _
    ) As Task
    public static Task SetWireframeColorAsync( 
       CIMColor value
    )

    Parameters

    value
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also