ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / AddPoint Method
The point to add.

In This Topic
    AddPoint Method (Patch)
    In This Topic
    Adds a point to the patch.
    Syntax
    public void AddPoint( 
       MapPoint point
    )
    Public Sub AddPoint( _
       ByVal point As MapPoint _
    ) 

    Parameters

    point
    The point to add.
    Exceptions
    ExceptionDescription
    The point is null or empty.
    Remarks
    If this patch has attributes Ms or IDs, then the attributes will be added also. M and ID will be taken from the point if it has them. Otherwise, default values will be added. Similarly, if this patch has attributes TextureCoords2D or Normals, then default values will be added. The default value is (0, 0) for 2D texture coordinates and (0, 0, 1) for normals.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also