ArcGIS Pro 2.8 API Reference Guide
CanSetBlendingMode Method

ArcGIS.Desktop.Mapping Namespace > Layer Class : CanSetBlendingMode Method
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 10, Windows 8.1

See Also

Reference

Layer Class
Layer Members