ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / MultipointBuilderEx Constructor / MultipointBuilderEx Constructor(MultipointBuilderEx)
The MultipointBuilderEx to copy. It cannot be null.
Version

MultipointBuilderEx Constructor(MultipointBuilderEx)
Creates a new instance of the MultipointBuilderEx class.
Syntax
public MultipointBuilderEx( 
   MultipointBuilderEx multipointBuilderEx
)

Parameters

multipointBuilderEx
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

ArcGIS Pro version: 3 or higher.
See Also