ArcGIS Pro 2.6 API Reference Guide
AddPoint Method (Patch)

ArcGIS.Core.Geometry Namespace > Patch Class : AddPoint Method
The point to add.
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members