ArcGIS Pro 2.6 API Reference Guide
Insert(Int32,IEnumerable<Coordinate2D>) Method

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Insert Method : Insert(Int32,IEnumerable<Coordinate2D>) Method
0 based index. Specify 0 to insert a point at the beginning. Specifying -1 is equivalent to Add.
The set of coordinates to insert.
Inserts an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

beforePointIndex
0 based index. Specify 0 to insert a point at the beginning. Specifying -1 is equivalent to Add.
coordinates
The set of coordinates to insert.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
coordinates is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List