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

ArcGIS.Core.Geometry Namespace > MultipatchBuilderEx Class > CreateMultipatch Method : CreateMultipatch(MultipatchBuilderEx,SpatialReference) Method
The builder 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.
Convenience method to quickly create a new instance of the Multipatch class from the specified multipatch builder.
Syntax
Public Overloads Shared Function CreateMultipatch( _
   ByVal builder As MultipatchBuilderEx, _
   Optional ByVal spatialReference As SpatialReference _
) As Multipatch

Parameters

builder
The builder 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
ExceptionDescription
builder is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipatchBuilderEx Class
MultipatchBuilderEx Members
Overload List