ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class / CreateMultipatch Method / CreateMultipatch(MultipatchBuilderEx,SpatialReference) Method
The MultipatchBuilderEx used to create the new multipatch.
(Optional) The spatial reference of the newly created multipatch. If it is null, then the spatial reference of the input builder is used.

In This Topic
    CreateMultipatch(MultipatchBuilderEx,SpatialReference) Method
    In This Topic
    Convenience method to quickly create a new instance of the Multipatch class from the specified multipatch builder.
    Syntax
    Public Overloads Shared Function CreateMultipatch( _
       ByVal multipatchBuilderEx As MultipatchBuilderEx, _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipatch

    Parameters

    multipatchBuilderEx
    The MultipatchBuilderEx used to create the new multipatch.
    spatialReference
    (Optional) The spatial reference of the newly created multipatch. If it is null, then the spatial reference of the input builder is used.

    Return Value

    A new multipatch.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also