ArcGIS Pro 3.7 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.

In This Topic
    CreateMultipatch(SpatialReference) Method
    In This Topic
    Convenience method to quickly create an empty instance of the Multipatch class.
    Syntax
    Public Overloads Shared Function CreateMultipatch( _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipatch
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also