ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGraphic Class / Masks Property

In This Topic
    Masks Property
    In This Topic
    Gets or sets an array of masks for the graphic. Typically set by the layer or element during draw.
    Syntax
    public Array Masks {get; set;}
    Public Property Masks As Array
    Remarks
    The per-feature masks which defines an area where the CIMGraphic should NOT draw. Every element in the array should support be a Polygon.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also