ArcGIS Pro 2.9 API Reference Guide
MultipointBuilderEx Constructor(MultipointBuilderEx)

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

Parameters

other
The MultipointBuilderEx to copy. It cannot be null.
Exceptions
ExceptionDescription
The input builder is null.
Remarks
All attributes of the input builder are copied to the new instance.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List