ArcGIS Pro 2.8 API Reference Guide
InsertPart(Int32,IEnumerable<MapPoint>) Method

ArcGIS.Core.Geometry Namespace > MultipartBuilderEx Class > InsertPart Method : InsertPart(Int32,IEnumerable<MapPoint>) Method
The index before which the part will be inserted. Must be less than or equal to PartCount. Specify -1 or (PartCount) to to insert the part at the end of the Parts list.
An enumeration of points.
Inserts a part constructed from the enumeration of points. The part will be inserted into the Parts list.
Syntax
public void InsertPart( 
   int beforePartIndex,
   IEnumerable<MapPoint> points
)
Public Overloads Sub InsertPart( _
   ByVal beforePartIndex As Integer, _
   ByVal points As IEnumerable(Of MapPoint) _
) 

Parameters

beforePartIndex
The index before which the part will be inserted. Must be less than or equal to PartCount. Specify -1 or (PartCount) to to insert the part at the end of the Parts list.
points
An enumeration of points.
Exceptions
ExceptionDescription
points is null.
beforePartIndex is greater than PartCount.
Remarks
Line segments are constructed from the points.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members
Overload List