ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / Patch Constructor / Patch Constructor(Patch)
The patch used for construction.
Version

    Patch Constructor(Patch)
    Creates a deep copy of the Patch.
    Syntax
    public Patch( 
       Patch other
    )

    Parameters

    other
    The patch used for construction.
    Remarks
    The Material and the TextureResource it contains are deep copied. The copied Patch does not share Material or TextureResource with the original.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also