ArcGIS Pro 2.6 API Reference Guide
MultipointBuilderEx Constructor(Multipoint)

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

Parameters

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

All attributes of the input multipoint are copied to the builder.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List