ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class
Members

In This Topic
    MultipatchBuilderEx Class
    In This Topic
    A builder for creating a Multipatch whose methods can be called on any thread.
    Object Model
    MultipatchBuilderEx ClassMultipatch ClassMultipatch ClassMultipatch ClassMultipatch ClassMultipatch ClassMultipatch ClassMapPoint ClassPatch ClassSpatialReference ClassMultipatch Class
    Syntax
    public sealed class MultipatchBuilderEx : GeometryBuilderEx 
    Public NotInheritable Class MultipatchBuilderEx 
       Inherits GeometryBuilderEx
    Remarks
    Use the MultipatchBuilderEx class to to create a Multipatch geometry. Use the ToGeometry method to get the Multipatch geometry from the builder.

    The MultipatchBuilderEx class allows you to edit properties including the material and texture that will be in the resulting Multipatch.

    The MultipatchBuilderEx methods can be called on any thread.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.GeometryBuilderEx
          ArcGIS.Core.Geometry.MultipatchBuilderEx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also