ArcGIS Pro 2.7 API Reference Guide
Patch Constructor(Patch)

ArcGIS.Core.Geometry Namespace > Patch Class > Patch Constructor : Patch Constructor(Patch)
The patch used for construction.
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 10, Windows 8.1

See Also

Reference

Patch Class
Patch Members
Overload List