ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSymbolLayer Class / Effects Property

In This Topic
    Effects Property (CIMSymbolLayer)
    In This Topic
    Gets or sets whether the geometric effects that are applied to the symbol layer. Effects dynamically alter the feature geometry when the symbology is applied. Multiple effects applied to a symbol layer are rendered sequentially.
    Syntax
    public CIMGeometricEffect[] Effects {get; set;}
    Public Property Effects As CIMGeometricEffect()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also