ArcGIS Pro 2.8 API Reference Guide
MultipointBuilderEx Constructor(Multipart)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > MultipointBuilderEx Constructor : MultipointBuilderEx Constructor(Multipart)
The multipart which will initialize the builder. It cannot be null.
Initializes a new instance of the MultipointBuilderEx class.
Syntax
public MultipointBuilderEx( 
   Multipart multipart
)
Public Function New( _
   ByVal multipart As Multipart _
)

Parameters

multipart
The multipart which will initialize the builder. It cannot be null.
Exceptions
ExceptionDescription
The input multipart is null.
Remarks
The SpatialReference is inherited from the input multipart.

The attributes of the input multipart are ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List