ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class / MultipatchBuilderEx Constructor / MultipatchBuilderEx Constructor(MultipatchBuilderEx)
The MultipatchBuilderEx to copy.
Version

MultipatchBuilderEx Constructor(MultipatchBuilderEx)
Creates a new instance of the MultipatchBuilderEx class from the specified MultipatchBuilderEx.
Syntax
public MultipatchBuilderEx( 
   MultipatchBuilderEx multipatchBuilderEx
)

Parameters

multipatchBuilderEx
The MultipatchBuilderEx to copy.
Exceptions
ExceptionDescription
The input builder is null.
Remarks
All properties of multipatchBuilderEx are copied to the new instance.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also