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

In This Topic
    Multipatch Class
    In This Topic
    A class representing a multipatch.
    Object Model
    Multipatch ClassGeometry ClassEnvelope ClassCoordinate3D StructureCoordinate2D StructureReadOnlyPointCollection ClassMapPoint ClassSpatialReference Class
    Syntax
    public sealed class Multipatch : Geometry 
    Public NotInheritable Class Multipatch 
       Inherits Geometry
    Remarks

    A Multipatch is based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created.

    A multipatch is a series of 3-dimensional surfaces. The surfaces may be represented by triangle strips, triangles fans, groups of triangles or groups of rings. In a multipatch there is one triangle strip, triangle fan, or groups of triangles per surface, whereas there can be one or more rings per surface. A single multipatch may comprise combinations of triangle strips, triangle fans, groups of triangles, or groups of rings.

    Each part in a multipatch is called a patch. A patch can be a triangle strip, triangle fan, a group of triangles, or a ring. See PatchType for more information on patch types.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Geometry
          ArcGIS.Core.Geometry.Multipatch

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also