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

In This Topic
    MultipatchBuilderEx Constructor(MultipatchBuilderEx)
    In This Topic
    Creates a new instance of the MultipatchBuilderEx class from the specified MultipatchBuilderEx.
    Syntax
    public MultipatchBuilderEx( 
       MultipatchBuilderEx multipatchBuilderEx
    )
    Public Function New( _
       ByVal multipatchBuilderEx As 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