ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / PatchPriority Property

In This Topic
    PatchPriority Property
    In This Topic
    Gets or sets a value representing the priority of this patch. The default value is zero.
    Syntax
    public int PatchPriority {get; set;}
    Public Property PatchPriority As Integer
    Remarks
    When overlapping patches are defined within the same multipatch, patch priorities can be used to explicitly specify the order in which patches should be drawn when rendered. The larger the number assigned, the higher the patch priority or precedence the patch takes when rendered.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also