ArcGIS Pro 2.8 API Reference Guide
CreateMultipatch(Multipatch,SpatialReference) Method

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.
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 10, Windows 8.1

See Also

Reference

MultipatchBuilderEx Class
MultipatchBuilderEx Members
Overload List