ArcGIS Pro 2.9 API Reference Guide
AddPart(IEnumerable<MapPoint>) Method

ArcGIS.Core.Geometry Namespace > MultipartBuilderEx Class > AddPart Method : AddPart(IEnumerable<MapPoint>) Method
An enumeration of points.
Adds a part constructed by creating line segments from the enumeration of points. The part will be added to the end of the Parts list.
Syntax
public void AddPart( 
   IEnumerable<MapPoint> points
)
Public Overloads Sub AddPart( _
   ByVal points As IEnumerable(Of MapPoint) _
) 

Parameters

points
An enumeration of points.
Exceptions
ExceptionDescription
points is null.
Remarks
The spatial reference of each point is ignored. The attribute of each point does not affect the attribute awareness of the builder. However, if the builder has an attribute and a point also has that attribute, then the attribute value will be taken from the point. If the point doesn't have that attribute, then a default value will be set in the builder. For example, suppose the HasZ property of the builder is set to true. If the HasZ property of a point is set to true, then the point's z-value is used. Otherwise, the default value is used. The default value for Z is 0, for M is NaN and for ID is 0.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members
Overload List