ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IntegratedMeshSceneLayer Class / SetRenderer Method
Your custom renderer that will be used to draw nodes of the integrated mesh scene layer.

In This Topic
    SetRenderer Method (IntegratedMeshSceneLayer)
    In This Topic
    Specifies the integrated mesh scene layer's renderer object which determines how the layer draws. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetRenderer( 
       CIMRenderer renderer
    )
    Public Sub SetRenderer( _
       ByVal renderer As CIMRenderer _
    ) 

    Parameters

    renderer
    Your custom renderer that will be used to draw nodes of the integrated mesh scene layer.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also