ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / Patch Constructor / Patch Constructor(PatchType)
The type of patch to initialize.

In This Topic
    Patch Constructor(PatchType)
    In This Topic
    Initializes an empty instance of the Patch class.
    Syntax
    public Patch( 
       PatchType patchType
    )
    Public Function New( _
       ByVal patchType As PatchType _
    )

    Parameters

    patchType
    The type of patch to initialize.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also