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

In This Topic
    Patch Constructor(Patch)
    In This Topic
    Creates a deep copy of the Patch.
    Syntax
    public Patch( 
       Patch other
    )
    Public Function New( _
       ByVal other As Patch _
    )

    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