ArcGIS Pro 2.6 API Reference Guide
RemovePoint Method (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : RemovePoint Method
The index at which the point will be removed.
Removes a point at the specified index.
Syntax
public void RemovePoint( 
   int index
)
Public Sub RemovePoint( _
   ByVal index As Integer _
) 

Parameters

index
The index at which the point will be removed.
Exceptions
ExceptionDescription
The point index is < 0 or > Coords.Count.
Remarks
If the point has Zs, Ms, or IDs, then the attributes will also be removed from the corresponding lists.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members