ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Layer Class / CanSetBlendingMode Method

In This Topic
    CanSetBlendingMode Method
    In This Topic
    Check if blending mode can be set on this layer.
    Syntax
    public bool CanSetBlendingMode( 
       BlendingMode mode
    )
    Public Function CanSetBlendingMode( _
       ByVal mode As BlendingMode _
    ) As Boolean

    Parameters

    mode
    Remarks
    The layer must be in a map or in the 2D category of a scene. The layer cannot be the sublayers of a composite layer, such as a mosaic dataset.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also