ArcGIS Pro 2.6 API Reference Guide
CreateMultipatch Method

ArcGIS.Core.Geometry Namespace > MultipatchBuilder Class : CreateMultipatch Method
The polygon to create the polygon.
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipatch.
Convenience method to create a new instance of the Multipatch class.
Syntax
Public Shared Function CreateMultipatch( _
   ByVal multipatch As Multipatch, _
   Optional ByVal spatialReference As SpatialReference _
) As Multipatch

Parameters

multipatch
The polygon to create the polygon.
spatialReference
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipatch.

Return Value

Exceptions
ExceptionDescription
multipatch is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipatchBuilder Class
MultipatchBuilder Members