ArcGIS Pro 3.7 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 Function New( _
       ByVal patchType As PatchType _
    )
    public Patch( 
       PatchType patchType
    )

    Parameters

    patchType
    The type of patch to initialize.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also