ArcGIS Pro 3.7 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 Function New( _
       ByVal other As Patch _
    )
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also