ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BasicFeatureLayer Class / CanSetFeatureBlendingMode Method

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

    Parameters

    mode
    Remarks
    The layer must be a feature layer. The layer cannot be a stream layer.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also