ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BasicFeatureLayer Class / SetFeatureBlendingMode Method
ArcGIS.Core.CIM.BlendingMode

In This Topic
    SetFeatureBlendingMode Method
    In This Topic
    Sets the per feature blending mode. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetFeatureBlendingMode( 
       BlendingMode mode
    )
    Public Sub SetFeatureBlendingMode( _
       ByVal mode As BlendingMode _
    ) 

    Parameters

    mode
    ArcGIS.Core.CIM.BlendingMode
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Per feature blending mode cannot be set on this layer.
    Remarks
    Apply a visual effect to features in the layer to blend them with overlapping features in the same layer. The layer must be a feature layer. The layer cannot be a stream layer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also