ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class / CreateMultipatch Method / CreateMultipatch(SpatialReference) Method
(Optional) The spatial reference of the newly created multipatch. The default value is null.
Version

CreateMultipatch(SpatialReference) Method
Convenience method to quickly create an empty instance of the Multipatch class.
Syntax
public static Multipatch CreateMultipatch( 
   SpatialReference spatialReference
)

Parameters

spatialReference
(Optional) The spatial reference of the newly created multipatch. The default value is null.

Return Value

An empty multipatch.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also