ArcGIS Pro 2.6 API Reference Guide
PatchPriority Property

ArcGIS.Core.Geometry Namespace > Patch Class : PatchPriority Property
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members