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

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

    Parameters

    multipatch
    Multipatch to copy.
    spatialReference
    (Optional) The spatial reference of the newly created multipatch. If it is null, then the spatial reference of the input multipatch is used.

    Return Value

    A new multipatch.
    Exceptions
    ExceptionDescription
    multipatch is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also